Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 591 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 591 Bytes

vue-demo

Environment

node

download from here or use nvm to install multiple node version

git

download from here and be familiar with simple operations(commit, branch, pull request). you can practice with this demo.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.