https://github.com/baloise-incubator/devops-butterfly
Frontend for a DevOps Dashboard
https://github.com/baloise-incubator/devops-butterfly
developer-experience devops frontend
Last synced: 4 months ago
JSON representation
Frontend for a DevOps Dashboard
- Host: GitHub
- URL: https://github.com/baloise-incubator/devops-butterfly
- Owner: baloise-incubator
- Created: 2020-04-18T11:55:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T22:23:02.000Z (over 4 years ago)
- Last Synced: 2025-07-19T18:57:52.460Z (11 months ago)
- Topics: developer-experience, devops, frontend
- Language: Vue
- Homepage: https://octopus.baloise.dev
- Size: 2.43 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# devops-butterfly
## 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/).