This template should help get you started developing with Vue 3 in Vite.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
node v-16.x
This project is configured with Pinia (state management), Typescript(language development) and Tailwind CSS (CSS Framework).
npm run dev
npm run build
npm run test:unit
npm run test:e2e
npm run lint
# features
feat/
# bugfix
fix/
# hotfix
hotfix/
# release
release/
# support
support/
This project has Husky configured. So, you must have valid eslint files and every unit tests OK before to be able to commit your work.