A single page app starter template created to easily bootstrap Vue.js 3 apps.
Features
- Vuex 4 for state management
- Vue Router 4 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
npm install
npm run serve
npm run build
npm run test:unit
npm run lint