This template uses Vue CLI and have the following features
- Vue 3
- Typescript
- TailwindCSS
- Vuex (Next)
- Vue Router (Next)
- Eslint configured by default
- Prettier configured by default
- VSCode + Volar
- Make sure to have Volar or at least Vetur to format Vue code properly
- Make sure to use the rules specified in .prettierrc as they avoid conflicts with the eslint rules
npm install
npm run serve
npm run build
npm run lint