- 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.
- Learning RabbitMQ
- Bootstrap Essentials
- 劍指Java:核心原理與應用實踐
- Maven for Eclipse
- SSH框架企業級應用實戰
- 零基礎學SQL(升級版)
- Software Architecture with Python
- C語言王者歸來
- Learning ROS for Robotics Programming
- OpenCL異構并行計算:原理、機制與優化實踐
- Test-Driven iOS Development with Swift 4(Third Edition)
- App Inventor開發實戰
- Mastering C++ Programming
- Microsoft SQL Server 2014 Business Intelligence Development Beginner’s Guide
- C#大學實用教程