Skip to content

Uvacoder/vue-starter-template

Repository files navigation

vue-starter-template

A single page app 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

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published