Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 378 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 378 Bytes

Konva Vue

Task

A code to draw cubes by 3 clicks. The first two clicks determine the front size of the cube and the third click will make the depth.

Made with : Vite, Vue3, Konva, ♥

Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production mode
$ npm run build