Demo Vuex State Management with Coffee. To start the tutorial, please checkout "starter" branch
yarn install
yarn run serve
yarn run build
yarn run deploy
* take note that it will deploy development version to hosting. This is done on purpose for demo. To disable it, go to `package.json` > `scripts` > `predeploy`, remove the `--mode development`
yarn run test
yarn run lint