Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hartaithan/image-editor
https://github.com/hartaithan/image-editor
canvas vue vue3 vue3-composition-api
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hartaithan/image-editor
- Owner: Hartaithan
- Created: 2022-02-14T08:07:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-19T04:58:33.000Z (about 2 years ago)
- Last Synced: 2024-12-02T20:49:45.647Z (2 months ago)
- Topics: canvas, vue, vue3, vue3-composition-api
- Language: Vue
- Homepage: https://image-editor-hartaithan.vercel.app
- Size: 659 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# image-editor
## 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
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).