README
Widget development
Install node modules
npm install
Compile and hot-reload for development
npm run serve
Access localhost (complete url is written after npm run serve)
Start developing/testing your widget in Widget.vue (placed in components folder)
Lint and fix your widget
npm run lint
When development is finished, copy Widget.vue content and send it to review