https://github.com/bervproject/siwb-ui
Simple Image Watermarking Web UI
https://github.com/bervproject/siwb-ui
image-watermarking vuejs
Last synced: 3 months ago
JSON representation
Simple Image Watermarking Web UI
- Host: GitHub
- URL: https://github.com/bervproject/siwb-ui
- Owner: bervProject
- License: mit
- Created: 2019-12-02T23:59:21.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T09:19:28.000Z (about 1 year ago)
- Last Synced: 2024-08-03T10:29:29.679Z (about 1 year ago)
- Topics: image-watermarking, vuejs
- Language: TypeScript
- Homepage: https://siwb.berviantoleo.my.id/
- Size: 5.27 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# siwb-ui
## Env
```
VUE_APP_BACKEND=
```## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Run your end-to-end tests
```
yarn test:e2e
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).