https://github.com/vivify-ideas/docker-registry-webhook-frontend
Frontend for our Docker Registry Webhook server
https://github.com/vivify-ideas/docker-registry-webhook-frontend
Last synced: 3 months ago
JSON representation
Frontend for our Docker Registry Webhook server
- Host: GitHub
- URL: https://github.com/vivify-ideas/docker-registry-webhook-frontend
- Owner: Vivify-Ideas
- Created: 2018-11-28T14:50:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:41:35.000Z (over 2 years ago)
- Last Synced: 2025-01-04T06:28:33.703Z (4 months ago)
- Language: Vue
- Size: 3.63 MB
- Stars: 2
- Watchers: 11
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-registry-webhook-frontend
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Lints and fixes files
```
yarn run lint
```