Simple canvas for shape prototyping as PWA.
- Install NodeJS (includes NPM)
- Install dependencies:
npm install
- Build (production) :
npm run build
- Live-server:
npm run dev
- Lint:
npm run lint
- VSCode with extensions Vetur, ESLint and EditorConfig
- Firefox with extension Vue DevTools