Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T22:23:02.000Z (about 3 years ago)
- Last Synced: 2024-07-30T18:05:16.240Z (7 months ago)
- Topics: developer-experience, devops, frontend
- Language: Vue
- Homepage: https://octopus.baloise.dev
- Size: 2.43 MB
- Stars: 2
- Watchers: 2
- 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/).