Difference between revisions of "User:Saul/nativescript"
From Organic Design wiki
(Creating User:Saul/nativescript) |
(link to homepage) |
||
Line 1: | Line 1: | ||
− | Nativescript is a framework for building native ios and android apps. | + | [https://www.nativescript.org/ Nativescript] is a framework for building native ios and android apps. |
= Setup = | = Setup = |
Revision as of 17:18, 3 July 2018
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