Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 577 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 577 Bytes

vue-yun-template

A vue template for quick start.

yun_template

A Vue.js project

Build Setup

First,you shall install vue-cli.

# install vue-cli
npm install -g vue-cli

# init project
vue init skyang/vue-yun-template your_project

# install dependencies
npm install

# serve with hot reload at localhost:8089
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

License

MIT