Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 3 hours ago
JSON representation
This project is build for Vue.js 2 + vue-router + webpack2 + iView 3
- Host: GitHub
- URL: https://github.com/iview/iview-project
- Owner: iview
- License: mit
- Created: 2016-11-14T05:47:49.000Z (almost 8 years ago)
- Default Branch: 3.0
- Last Pushed: 2023-03-02T04:11:41.000Z (over 1 year ago)
- Last Synced: 2024-11-06T13:44:22.227Z (7 days ago)
- Language: JavaScript
- Homepage:
- Size: 633 KB
- Stars: 838
- Watchers: 45
- Forks: 390
- Open Issues: 71
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-iview - iview-project - This project is build for Vue.js 2 + vue-router + webpack2 + iView 2 (Related Projects)
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
```