https://github.com/vmlweb/img123-web
Simple online image converter frontend
https://github.com/vmlweb/img123-web
Last synced: 3 months ago
JSON representation
Simple online image converter frontend
- Host: GitHub
- URL: https://github.com/vmlweb/img123-web
- Owner: Vmlweb
- License: mit
- Created: 2020-05-09T17:42:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T18:24:46.000Z (over 3 years ago)
- Last Synced: 2025-02-09T19:24:24.986Z (over 1 year ago)
- Language: Vue
- Homepage: http://img123.tools
- Size: 397 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IMG123 Tools
http://img123.tools/
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).