kouts / vue3-vite-starter-template

A single page app Vite starter template, created to easily bootstrap Vue.js 3 apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue3-vite-starter-template

A single page app Vite starter template, created to easily bootstrap Vue.js 3 apps.

Features

  • Jest for unit testing
  • Pinia for state management
  • Vue Router 4 for client-side routing
  • Bootstrap 5.2 for layout and styling
  • SCSS variables inside Vue components
  • Purgecss for eliminating unused CSS
  • Basic multiple layouts feature
  • ESLint config based on eslint:recommended with sensible defaults ☺️
  • Prettier for code formatting
  • Automated release workflow with semantic-release

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Lints and fixes files

npm run lint-fix

Customize configuration

See Configuration Reference.

About

A single page app Vite starter template, created to easily bootstrap Vue.js 3 apps

License:MIT License


Languages

Language:JavaScript 45.4%Language:Vue 33.0%Language:SCSS 14.6%Language:HTML 5.7%Language:Shell 1.3%