Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.32 KB

README.md

File metadata and controls

50 lines (36 loc) · 1.32 KB

Vue CLI 3+ Starter Kit

Features

Prerequisites

  1. Node - recommended installation method for Mac OS: NVM
  2. Yarn
  3. Prettier

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Auto formats changed files

yarn prettier-watch