Development time: +/- 5 hours
Scaffolding was done by
vue-CLIusing the PWA templateUsing runtime-only build of Vue
$ vue init pwa revolutionAdditional packages added:
vuex(state management),axios(http client)
Since we decided to use a non-public API I suggest using an extension to disable CORS.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# ------ I didn't have time to write tests :( ------
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm testFor detailed explanation on how things work, also checkout the guide and docs for vue-loader.
