Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iview/iview-project

This project is build for Vue.js 2 + vue-router + webpack2 + iView 3
https://github.com/iview/iview-project

Last synced: about 2 months ago
JSON representation

This project is build for Vue.js 2 + vue-router + webpack2 + iView 3

Awesome Lists containing this project

README

        

# iView-project

This project is build for Vue.js 2 + vue-router + webpack2 + iView 3, 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
```