https://github.com/poabob/shift
https://github.com/poabob/shift
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/poabob/shift
- Owner: POABOB
- Created: 2020-11-27T03:38:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-19T15:49:50.000Z (over 3 years ago)
- Last Synced: 2025-01-21T11:45:14.696Z (over 1 year ago)
- Language: Vue
- Size: 1.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).