You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
343 B
22 lines
343 B
4 years ago
|
# view-ui-project
|
||
|
|
||
|
This project is build for Vue.js 2 + vue-router + webpack2 + View UI (iView) 4, just install and run.
|
||
|
|
||
|
## Install
|
||
|
```bush
|
||
|
// install dependencies
|
||
|
npm install
|
||
|
```
|
||
|
## Run
|
||
|
### Development
|
||
|
```bush
|
||
|
// For the first time, run init to create index.html
|
||
|
npm run init
|
||
|
npm run dev
|
||
|
```
|
||
|
### Production(Build)
|
||
|
```bush
|
||
|
npm run build
|
||
|
```
|
||
|
|