https://github.com/xkcoding/iview-practice
iView 实战系列教程 练习代码
https://github.com/xkcoding/iview-practice
Last synced: 6 months ago
JSON representation
iView 实战系列教程 练习代码
- Host: GitHub
- URL: https://github.com/xkcoding/iview-practice
- Owner: xkcoding
- Created: 2018-09-20T08:48:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-27T14:01:56.000Z (over 7 years ago)
- Last Synced: 2025-03-29T05:33:57.002Z (11 months ago)
- Language: Vue
- Homepage:
- Size: 260 KB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iview-practice
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Lints and fixes files
```
yarn run lint
```