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: 5 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 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T08:40:41.000Z (almost 3 years ago)
- Last Synced: 2025-04-19T21:50:01.754Z (8 months ago)
- Topics: ci-cd, js, travis-ci, vue
- Language: JavaScript
- Size: 145 KB
- Stars: 3
- Watchers: 1
- 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/).