https://github.com/codex-team/devops-monitor-frontend
https://github.com/codex-team/devops-monitor-frontend
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codex-team/devops-monitor-frontend
- Owner: codex-team
- Created: 2019-10-16T15:20:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T12:09:16.000Z (about 3 years ago)
- Last Synced: 2024-12-31T05:28:17.426Z (12 months ago)
- Language: Vue
- Size: 971 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# devops-monitor-frontend
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).