Skip to content

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

License

Notifications You must be signed in to change notification settings

kouts/vue-vite-starter-template

Folders and files

NameName
Last commit message
Last commit date
Sep 28, 2024
Jul 16, 2022
Sep 28, 2024
Sep 28, 2024
Sep 28, 2024
Aug 13, 2021
Aug 13, 2021
Sep 28, 2024
Sep 28, 2024
Aug 13, 2021
Jan 1, 2024
Sep 28, 2024
Sep 28, 2024
Sep 28, 2024
Aug 13, 2021
Jan 1, 2024
Sep 28, 2024
Sep 28, 2024
Sep 28, 2024
Sep 28, 2024
Sep 28, 2024
Sep 28, 2024
Sep 28, 2024
Sep 28, 2024

Repository files navigation

vue-vite-starter-template

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

Project setup

pnpm install

Compiles and hot-reloads for development

pnpm run dev

Compiles and minifies for production

pnpm run build

Run your unit tests

pnpm run test:unit

Lints and fixes files

pnpm run lint-fix

Customize configuration

See Configuration Reference.