antonreshetov / vue-vite-boilerplate

Blazing fast experience with Vue & Vite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue & Vite Boilerplate

Under the hood

Core

  • Vue 3
  • Vue Router 4
  • Vuex 4
  • Vite 2

Style

  • SCSS
  • PostCSS
  • Autoprefixer

Code Style

  • Eslint
  • Prettier
  • Standard

Commit convention

  • Adapted Angular's commit convention

Usage

Install dependencies:

yarn

Start dev server:

yarn dev

Build for production:

yarn build

Start preview server:

yarn serve

About

Blazing fast experience with Vue & Vite

License:MIT License


Languages

Language:JavaScript 57.9%Language:Vue 35.4%Language:HTML 6.8%