https://github.com/suyeonchoi/vue-devops
Vue CLI App
https://github.com/suyeonchoi/vue-devops
actions cicd devops vue
Last synced: about 2 months ago
JSON representation
Vue CLI App
- Host: GitHub
- URL: https://github.com/suyeonchoi/vue-devops
- Owner: SuyeonChoi
- Created: 2021-06-29T06:17:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-29T06:46:50.000Z (almost 5 years ago)
- Last Synced: 2025-06-18T21:45:17.035Z (about 1 year ago)
- Topics: actions, cicd, devops, vue
- Language: Vue
- Homepage: https://suyeonchoi.github.io/vue-devops/
- Size: 540 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-devops
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your unit tests
```
npm run test:unit
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).