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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Because of the features listed above you get some important functionality right
12
12
13
13
The second major feature you get out of the box is 0-day support for new native platforms. Because the NativeScript framework exposes unmodified native APIs and UI components, you can use the latest native APIs and new UI components when Apple, Google or Microsoft updates their mobile platforms.
14
14
15
-
So let’s summarize what NativeScript enables you as of today:
15
+
So let’s summarize what the NativeScript framework enables you as of today:
16
16
17
17
- Build 100% native cross-platform apps, with a declarative UI, and the ability to implement platform-specific UIs.
18
18
- Share 100% of your code or use platform-specific APIs, depending on the app you’re building.
@@ -24,7 +24,7 @@ The second major feature you get out of the box is 0-day support for new native
24
24
- Reuse the QA tools for accessibility automation to write tests.
25
25
- Use the latest native platform features to create an amazing native user experience.
26
26
- Code in any IDE of your choice to implement your applications’ code using the [NativeScript framework's CLI](http://npmjs.org/nativescript).
27
-
- Use the[Telerik Platform](http://platform.telerik.com), AppBuilder and the full Visual Studio integration to get a rich development experience. Paid support is also available.
27
+
- Use [Telerik Platform](http://platform.telerik.com) and AppBuilder products and the full Visual Studio integration to get a rich development experience. Paid support is also available.
28
28
29
29
We hope this gives you a good idea about what you can expect from the NativeScript framework.
30
30
@@ -39,13 +39,13 @@ To learn more about the NativeScript framework, you can check the following reso
39
39
-**[iOS Runtime](//github.com/NativeScript/ios-runtime/)** - Holds the runtime, allowing the JavaScript code of your application to be executed on an iOS device
40
40
-**[Android Runtime](//github.com/NativeScript/android-runtime)** - Holds the runtime, allowing the JavaScript code of your application to be executed on an Android device
41
41
-**[NativeScript CLI](//github.com/NativeScript/nativescript-cli)** - Contains the Command-Line Interface for creating an application using the NativeScript framework
42
-
-**[Docs](//github.com/NativeScript/docs)** - Contains the NativeScript documentation (available on http://docs.nativescript.org/) in MarkDown format
42
+
-**[Docs](//github.com/NativeScript/docs)** - Contains the NativeScript framework documentation (available on http://docs.nativescript.org/) in MarkDown format
43
43
-**[Tasks app](//github.com/NativeScript/sample-Tasks)** - Stores the code of a complete sample application using user authentication and cloud storage.
44
44
-**[Hello-World Template](//github.com/NativeScript/template-hello-world)** - Contains the code of the application the CLI creates by default
45
45
-**[Cuteness Sample](//github.com/NativeScript/sample-cuteness)** - Stores the code of the Cuteness proof of concept application (A Reddit Kitten browser)
46
46
47
47
## Getting Started and How to Install the NativeScript framework
48
-
Please follow this [getting started with NativeScript article](http://docs.nativescript.org/getting-started).
48
+
Please follow this [article to get started with the NativeScript framework](http://docs.nativescript.org/getting-started).
49
49
50
50
## Documentation
51
51
Comprehensive documentation is available at [docs.nativescript.org](http://docs.nativescript.org).
0 commit comments