A single page app Vite starter template, created to easily bootstrap Vue.js 3 apps.
Features
- Vue 3
- Vite 6
- TypeScript 5
- Vitest 3 for unit testing
- Pinia 3 for state management
- Vue Router 4 for client-side routing
- Tailwind 4 for layout and styling
- SCSS variables inside Vue components
- Purgecss for eliminating unused CSS
- Basic multiple layouts feature
- ESLint config based on neostandard with sensible defaults
☺️ - Prettier for code formatting
- Automated release workflow with semantic-release
pnpm install
pnpm run dev
pnpm run build
pnpm run test:unit
pnpm run lint
pnpm run lint-fix
pnpm run typecheck