wrapup and learnings, building the
handelsverband event app
should be accessible offline should show agenda, speakerlist, talklist, downloads should have a rating system should work app-like should be cheap
sure what else ^^
hey we never done this
but how hard can it be
https://github.com/vuejs-templates/pwa * **
$ npm install -g vue-cli
$ vue init pwa my-project
$ cd my-project
$ npm install
$ npm run dev
* A full-featured PWA template with webpack, hot-reload, lint-on-save, unit testing & css extraction.
npm install -g vue-cli
vue add @vue/pwa
if you have a vue project:
https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-pwa
https://developers.google.com/web/tools/workbox/modules/workbox-webpack-plugin
the service worker comes from:
this package does not
create your vuejs scaffold
vue create <app-name>
so create a project first:
https://cli.vuejs.org/guide/creating-a-project.html#vue-create
open editor