- NativeScript for Angular Mobile Development
- Nathan Walker Nathanael J. Anderson
- 181字
- 2021-07-02 18:41:47
Getting started
We are going to assume that you have NativeScript installed properly on your computer. If you do not, please follow the install instructions at https://nativescript.org. Once installed, we need to create our app framework using a shell prompt:
tns create TNSStudio --ng
The tns stands for Telerik NativeScript. It is the primary command-line user interface (CLI) tool you will use to create, build, deploy, and test any NativeScript app.
This command will create a new folder called TNSStudio. Inside is your primary project folder including everything required to build an app. It will contain everything relating to this project. After the project folder has been created, you need to do one more thing to have a fully runnable app. That's, adds the runtimes for Android and/or iOS:
cd TNSStudio
tns platform add ios
tns platform add android
If you are on a Macintosh, you can build for both iOS and Android. If you are running on a Linux or Windows device, Android is the only platform you can compile for on your local machine.
- ExtGWT Rich Internet Application Cookbook
- 自制編譯器
- 跟小海龜學Python
- Learning ASP.NET Core 2.0
- C語言程序設計
- Learn Programming in Python with Cody Jackson
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- Learning Python by Building Games
- Python忍者秘籍
- Mastering Android Development with Kotlin
- 計算機應用基礎案例教程
- Learning jQuery(Fourth Edition)
- Citrix XenServer企業運維實戰
- Delphi開發典型模塊大全(修訂版)
- 算法圖解