Brak opisu

王智勇 6e02fce493 调整 分页 5 lat temu
src 6e02fce493 调整 分页 5 lat temu
.babelrc 77f9b9884f init! 5 lat temu
.gitignore 77f9b9884f init! 5 lat temu
LICENSE 77f9b9884f init! 5 lat temu
README.md 77f9b9884f init! 5 lat temu
package-lock.json c3d075cdb6 page 配置 5 lat temu
package.json c3d075cdb6 page 配置 5 lat temu
webpack.base.config.js 77f9b9884f init! 5 lat temu
webpack.dev.config.js 77f9b9884f init! 5 lat temu
webpack.prod.config.js 77f9b9884f init! 5 lat temu

README.md

iView-project

This project is build for Vue.js 2 + vue-router + webpack2 + iView 3, just install and run.

Install

// install dependencies
npm install

Run

Development

// For the first time, run init to create index.html
npm run init
npm run dev

Production(Build)

npm run build