You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
{ // 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"], }