Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tranphuquy19/dora-ci
Jenkins for Gitlab CI
https://github.com/tranphuquy19/dora-ci
vue vuejs
Last synced: 2 days ago
JSON representation
Jenkins for Gitlab CI
- Host: GitHub
- URL: https://github.com/tranphuquy19/dora-ci
- Owner: tranphuquy19
- Created: 2021-12-23T13:46:18.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-16T19:31:32.000Z (almost 3 years ago)
- Last Synced: 2024-04-18T06:47:45.506Z (7 months ago)
- Topics: vue, vuejs
- Language: TypeScript
- Homepage:
- Size: 696 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dora-ci
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Run your end-to-end tests
```
yarn test:e2e
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).