Index of contents |
---|
Preamble • Setup • Build • Development • Contributing • License • Recommended development tools |
This project provides a simple canvas to create shapes for the ssb-format. It is a simple vue application that is also a PWA.
You can try it directly here.
- Install NodeJS (includes NPM)
- Install dependencies:
npm install
- Build (production) :
npm run build
- Live-server:
npm run dev
- Lint:
npm run lint
For contribution details see our general contribution guidelines in the main repository: CONTRIBUTION.md.
TBD
- VSCode with extensions Vetur, ESLint and EditorConfig
- Webstorm with extensions Vue.js and ESLint
- Firefox with extension Vue DevTools
- Chrome with extension Vue DevTools