https://github.com/xkcoding/vue-in-action
vue技术栈实践
https://github.com/xkcoding/vue-in-action
iview vue
Last synced: 6 months ago
JSON representation
vue技术栈实践
- Host: GitHub
- URL: https://github.com/xkcoding/vue-in-action
- Owner: xkcoding
- Created: 2018-08-31T13:15:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T14:58:33.000Z (over 7 years ago)
- Last Synced: 2025-03-29T05:33:49.712Z (10 months ago)
- Topics: iview, vue
- Language: Vue
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-in-action
## 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
```