Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/recruit-tech/casval-ui
CASVAL (CASual Vulnerability AnaLyzer) UI
https://github.com/recruit-tech/casval-ui
Last synced: about 11 hours ago
JSON representation
CASVAL (CASual Vulnerability AnaLyzer) UI
- Host: GitHub
- URL: https://github.com/recruit-tech/casval-ui
- Owner: recruit-tech
- License: apache-2.0
- Created: 2018-07-17T10:52:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:44:17.000Z (almost 2 years ago)
- Last Synced: 2023-07-31T14:42:55.066Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 3.47 MB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CASVAL (CASual Vulnerability AnaLyzer) 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
```