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

https://github.com/poabob/shift


https://github.com/poabob/shift

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# shift

## 環境需求
* Git
* Nodejs

## 安裝module
```
npm install
```

### 開發
```
npm run serve
```

### 上線build
```
npm run build
```

### build全部診所
```
npm run build-all
```

### lint code
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).