A single page app Vite starter template, created to easily bootstrap Vue.js 2 apps.
Features
- Vuex 3 for state management
- Vue Router 3 for client-side routing
- Bootstrap 4.6 for layout and styling
- SCSS variables inside Vue components
- Purgecss for eliminating unused CSS
- Basic multiple layouts feature
- ESLint config based on
eslint-config-standard
and
eslint:recommended
with sensible defaults☺️ - Prettier for code formatting
- Automated release workflow with semantic-release
- IE11 compatible
pnpm install
pnpm run dev
pnpm run build
pnpm run test:unit
pnpm run lint-fix