User:Saul/nativescript

From Organic Design wiki
< User:Saul
Revision as of 04:26, 3 July 2018 by Saul (talk | contribs) (Creating User:Saul/nativescript)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Nativescript is a framework for building native ios and android apps.

Setup

Cloud

Building is probably best done on a server due to the need to install the android/ios sdk.

Webpack Template

The template I prefer to use is: nativescript-vue/vue-cli-template

vue init nativescript-vue/vue-cli-template <project-name>
cd <project-name>
npm install