Skip to content

A Modern Vue 3 Starter Boilerplate based on Vite 5, TypeScript 5, Prettier, Stylelint, ESLint and more.

License

Notifications You must be signed in to change notification settings

tjikaljedy/vue3-vite-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue3-vite-boilerplate

A Modern Vue 3 Starter Boilerplate based on Vite 5, TypeScript 5, Prettier, Stylelint, ESLint, and more.

Tech stacks

  • Vue 3
  • Vue Router 4
  • Pinia 2
  • Axios
  • TypeScript 5
  • Vite 5
  • ESLint
  • Prettier
  • Stylelint
  • Commitlint
  • Husky

Recommended VSCode settings

{
  // Set default formatter to prettier
  "editor.defaultFormatter": "esbenp.prettier-vscode",

  // Format code on save
  "editor.formatOnSave": true,

  // Automatically apply code fixes on manual save
  "editor.codeActionsOnSave": { "source.fixAll": "explicit" },

  // Configure Stylelint to validate the following files
  "stylelint.validate": ["css", "scss", "vue"],
}

About

A Modern Vue 3 Starter Boilerplate based on Vite 5, TypeScript 5, Prettier, Stylelint, ESLint and more.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 48.4%
  • Vue 37.1%
  • JavaScript 6.2%
  • CSS 6.1%
  • SCSS 1.0%
  • HTML 1.0%
  • Shell 0.2%