A simple hand painted board by vue
click here to see live example
- Saving to local (You can restore it next time you open your browser)
- Simple shapes identification
# install dependencies
npm install
# code style analysis
npm run lint
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report