Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 332 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 332 Bytes

vue-todos

基于 Vue.js 的 todos

todos for vue.js

view

Use

# install dependencies
npm install

# serve with hot reload at localhost:9999 (setting port in config/index.js)
npm start

# build for production with minification
npm run build

# run dist(After build)
npm run app