Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/recruit-tech/casval-admin-ui
CASVAL (CASual Vulnerability AnaLyzer) Administrator UI
https://github.com/recruit-tech/casval-admin-ui
Last synced: about 11 hours ago
JSON representation
CASVAL (CASual Vulnerability AnaLyzer) Administrator UI
- Host: GitHub
- URL: https://github.com/recruit-tech/casval-admin-ui
- Owner: recruit-tech
- License: apache-2.0
- Created: 2018-07-29T07:25:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:43:24.000Z (almost 2 years ago)
- Last Synced: 2023-07-31T14:42:54.741Z (over 1 year ago)
- Language: Vue
- Size: 3.65 MB
- Stars: 0
- Watchers: 12
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CASVAL Administrator UI
## Project setup
```
npm ci
```### Lints and fixes files
```
npm run lint
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and deploy on GAE for production
```
npm run build
gcloud app deploy
```