No Description

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

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