Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/curder/drone-vue-test
Drone vue test
https://github.com/curder/drone-vue-test
Last synced: 3 days ago
JSON representation
Drone vue test
- Host: GitHub
- URL: https://github.com/curder/drone-vue-test
- Owner: curder
- Created: 2019-08-29T06:44:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T03:40:44.000Z (almost 2 years ago)
- Last Synced: 2023-02-27T08:02:40.022Z (over 1 year ago)
- Language: Vue
- Size: 1.4 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# drone-vue-test
登陆后台[cloud.drone.io](https://cloud.drone.io/curder/drone-vue-test/settings)设置如下环境变量:
- `rsync_key` 私钥
- `rsync_target` 服务器部署位置
- `rsync_user` 服务器用户
> 更多环境变量设置参考这里:https://github.com/Drillster/drone-rsync/blob/master/upload.sh
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).