https://github.com/sandialabs/scot4-web-app
SCOT4 Web Application
https://github.com/sandialabs/scot4-web-app
scr-1627 snl-applications snl-cyber-sec
Last synced: 3 months ago
JSON representation
SCOT4 Web Application
- Host: GitHub
- URL: https://github.com/sandialabs/scot4-web-app
- Owner: sandialabs
- License: other
- Created: 2024-08-12T17:02:39.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-13T22:14:45.000Z (4 months ago)
- Last Synced: 2025-02-13T23:25:19.237Z (4 months ago)
- Topics: scr-1627, snl-applications, snl-cyber-sec
- Language: Vue
- Homepage:
- Size: 1.42 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SCOT4 Frontend
## Documentation
You can find the SCOT4 project documentation [here](https://sandialabs.github.io/scot4-docs/index.html)
## 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
```### Run your end-to-end tests
```
npm run test:e2e
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).