Forked From here
A single page app Vite starter template, created to easily tailwind Vue.js 3 apps.
Features
- TypeScript
- Jest for unit testing
- Pinia for state management
- Vue Router 4 for client-side routing
- Tailwind
- Purgecss for eliminating unused CSS
- Basic multiple layouts feature
- ESLint config based on
eslint:recommendedwith sensible defaults☺️ - Prettier for code formatting
- Automated release workflow with semantic-release
npm install
npm run dev
npm run build
npm run test:unit
npm run lint
npm run lint-fix
npm run typecheck