The widget is built using Vuejs and compiled into a webcomponent using Vue CLI Service.
The final build files is under dist
folder. You can serve index.html
from localhost to see the widget in action.
# install dependencies
$ yarn
# serve with hot reload at localhost:8080
$ yarn serve
# run tests
$ yarn test
# build for production
$ yarn build:wc