https://github.com/tim1023/imagemap-vue
ImageMap Editor in Vue
https://github.com/tim1023/imagemap-vue
Last synced: 10 months ago
JSON representation
ImageMap Editor in Vue
- Host: GitHub
- URL: https://github.com/tim1023/imagemap-vue
- Owner: Tim1023
- Created: 2018-09-19T20:50:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T20:58:03.000Z (over 7 years ago)
- Last Synced: 2025-01-21T13:44:20.276Z (over 1 year ago)
- Language: Vue
- Size: 80.1 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# image-map

## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Lints and fixes files
```
yarn run lint
```