You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+42-21
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
<br>
9
9
</h1>
10
10
11
-
<h4align="center">The NativeScript CLI lets you create, build, and deploy <ahref="https://docs.nativescript.org/"target="_blank">NativeScript</a>-based apps on iOS and Android devices.</h4>
11
+
<h4align="center">The NativeScript CLI lets you create, build, and deploy <ahref="https://docs.nativescript.org/"target="_blank">NativeScript</a> apps.</h4>
12
12
</a>
13
13
</h4>
14
14
@@ -18,30 +18,51 @@
18
18
19
19
Get it using: `npm install -g nativescript`
20
20
21
-
*[What is NativeScript](#what-is-nativescript"Quick overview of NativeScript, the JavaScript framework for cross-platform development of native iOS and Android apps")
22
-
*[How the NativeScript CLI works](#how-the-nativescript-cli-works"How the CLI works in more detail")
23
-
*[Supported Platforms](#supported-platforms"The mobile platforms you can target with NativeScript")
24
-
*[System Requirements](#system-requirements"The hardware and software requirements for setting up and working with the NativeScript CLI")
25
-
*[Installation](#installation"How to configure and install the NativeScript CLI")
26
-
*[Install the NativeScript CLI](#install-the-nativescript-cli)
NativeScript is a cross-platform JavaScript framework that lets you develop native iOS and Android apps from a single code base. The framework provides JavaScript access to the native APIs, user interface, and rendering engines of iOS and Android. By using JavaScript or TypeScript, you can create one project that builds into an iOS or Android app with completely native user experience.
55
+
NativeScript provides platform APIs directly to the JavaScript runtime (_with strong types_) for a rich TypeScript development experience.
56
+
57
+
Some popular use cases:
58
+
59
+
- Building Web, iOS, Android and Vision Pro apps with a shared codebase (aka, cross platform apps)
60
+
- Building native platform apps with portable JavaScript skills
61
+
- Augmenting JavaScript projects with platform API capabilities
62
+
- AndroidTV and Watch development
63
+
- watchOS development
64
+
- Learning native platforms through JavaScript understanding
65
+
- Exploring platform API documentation by trying APIs [directly from a web browser](https://preview.nativescript.org/) without requiring a platform development machine setup.
45
66
46
67
To learn more about NativeScript, you can check the following resources:
0 commit comments