https://github.com/view-design/view-ui-project
https://github.com/view-design/view-ui-project
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/view-design/view-ui-project
- Owner: view-design
- License: mit
- Created: 2019-09-04T02:53:22.000Z (almost 7 years ago)
- Default Branch: 4.0
- Last Pushed: 2023-03-03T07:55:25.000Z (over 3 years ago)
- Last Synced: 2024-12-10T23:41:35.864Z (over 1 year ago)
- Language: JavaScript
- Size: 814 KB
- Stars: 112
- Watchers: 4
- Forks: 97
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```