yarn global add @vue/cli
yarn install
In /public
folder, create a copy of config.sample.js
to config.js
and modify it according to your needs.
yarn run serve
If you are running multiple frontends (unify, messaging, ...) you
can spin up each one on a different port with --port <PORT>
option.
yarn run build
yarn run lint
yarn run test:unit