Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Native Mobile with NativeScript-Vue

Native Mobile with NativeScript-Vue

This presentation describes how to use Vue with NativeScript and difference between NativeScript and ReactNative.

Vladimir

June 11, 2019
Tweet

Other Decks in Programming

Transcript

  1. PROS JavaScript on Mobile •One language for both platforms •One

    codebase for both platforms •Native components
  2. CONS JavaScript on Mobile •JavaScript code runs in a Javascript

    VM •No full device resources control •No regular DOM
  3. NativeScript + Vue •Vue on mobile made possible •Vue is

    really lightweight •Code sharing between web and mobile
  4. Vue.js with NativeScript •Familiar Syntax •Reuse store logic •The same

    component lifecycle as on Web •Template components differ