Spotlight: Vue.js

2018-03-03 00:00:00 2018-03-04 00:00:00 America/Toronto Spotlight: Vue.js Join us for a full day on the popular open-source progressive framework Vue.js.  Designed to be incrementally adoptable, Vue.js is easily implementable into other projects, can be embedded into existing pages, and can also function as a web application framework. Get up to speed in only… Toronto FITC Toronto

Presentation


Overview

This talk will cover taking an existing Vue PWA and wrapping it as a native app – while adding custom mobile-only features (e.g. push). Alex will also touch on PWA performance, and what changes in a hybrid context.

For many the hybrid/cordova build process is complicated and frustrating – getting a successful build requires dependencies and configs that are not well documented, and never mind cloning to a new machine. He’ll use the corber CLI, which integrates with your existing Ember/Vue/React PWA, adding a unified build pipeline for hybrid, on-device live reload, error checking, improved clone/plugins support and splash/icons. Most importantly, the CLI will not change your existing web only environment.

 

Five Things Audience Members Will Learn

  1. How are hybrid apps constructed / how do they work?
  2. How to wrap an existing PWA to hybrid
  3. Performance considerations when wrapping a PWA
  4. Adding mobile only features, such as push
  5. Splitting mobile-only code from PWA code