https://github.com/fjebaker/brimage-ui
UI for the BRImage Servlet.
https://github.com/fjebaker/brimage-ui
Last synced: 7 months ago
JSON representation
UI for the BRImage Servlet.
- Host: GitHub
- URL: https://github.com/fjebaker/brimage-ui
- Owner: fjebaker
- License: gpl-3.0
- Created: 2020-03-26T21:18:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T17:20:45.000Z (over 3 years ago)
- Last Synced: 2025-04-05T01:06:58.406Z (about 1 year ago)
- Language: JavaScript
- Size: 1.59 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BRImage-UI
UI for the BRImage Servlet.
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Deploys to S3
```
npm run deploy
```
Precondition: correctly configured awscli profile for your AWS account
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).