vue3-vite-starter-template
v1.2.1
Published
Vue.js 3 Vite starter template with Pinia, Vue Router, Bootstrap and more.
Readme
vue3-vite-starter-template
A single page app Vite starter template, created to easily bootstrap Vue.js 3 apps.
Features
- Vitest for unit testing
- Pinia for state management
- Vue Router 4 for client-side routing
- Bootstrap 5.3 for layout and styling
- SCSS variables inside Vue components
- Purgecss for eliminating unused CSS
- Basic multiple layouts feature
- ESLint config based on
eslint:recommendedwith sensible defaults :relaxed: - Prettier for code formatting
- Automated release workflow with semantic-release
Project setup
pnpm installCompiles and hot-reloads for development
pnpm run devCompiles and minifies for production
pnpm run buildRun your unit tests
pnpm run test:unitLints files
pnpm run lintLints and fixes files
npm run lint-fix