Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manuelgeek/vue_travis_ci
A simple CI CD implementation in Vue JS to Travis CI
https://github.com/manuelgeek/vue_travis_ci
ci-cd js travis-ci vue
Last synced: about 2 months ago
JSON representation
A simple CI CD implementation in Vue JS to Travis CI
- Host: GitHub
- URL: https://github.com/manuelgeek/vue_travis_ci
- Owner: manuelgeek
- Created: 2020-02-27T15:47:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T08:40:41.000Z (almost 2 years ago)
- Last Synced: 2024-04-24T02:42:39.174Z (9 months ago)
- Topics: ci-cd, js, travis-ci, vue
- Language: JavaScript
- Size: 145 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue_travis
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Run your end-to-end tests
```
npm run test:e2e
```### Run your unit tests
```
npm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).