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

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技术栈实践

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
```