https://github.com/vvye/pixel-editor
An application
https://github.com/vvye/pixel-editor
editor pixel-art tool vuejs
Last synced: about 1 year ago
JSON representation
An application
- Host: GitHub
- URL: https://github.com/vvye/pixel-editor
- Owner: vvye
- Created: 2022-02-27T16:51:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-01T23:19:43.000Z (over 4 years ago)
- Last Synced: 2025-02-28T06:11:51.402Z (over 1 year ago)
- Topics: editor, pixel-art, tool, vuejs
- Language: Vue
- Homepage: https://misc.eric-kaiser.net/pixel-editor
- Size: 518 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pixel-editor
An application
[https://misc.eric-kaiser.net/pixel-editor](https://misc.eric-kaiser.net/pixel-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/).