mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore(readme): link more resources; update cli badge link (#5305)
- add links to Playground, Marketplace, forum - update CLI badge to point to CLI project - add link to Slack in Get Help section
This commit is contained in:
committed by
Alexander Vakrilov
parent
a0378e8b74
commit
01d79ba54e
19
README.md
19
README.md
@@ -30,16 +30,17 @@ Our Getting Started Guides are hands-on tutorials that walk you through installi
|
||||
|
||||
## Quick Links
|
||||
|
||||
- [NativeScript home page](http://nativescript.org)
|
||||
- [NativeScript Code Samples](http://docs.nativescript.org/angular/code-samples/overview)
|
||||
- [Install NativeScript Demo mobile app](https://www.nativescript.org/nativescript-example-application)
|
||||
- [NativeScript and Angular](http://docs.nativescript.org/angular/tutorial/ng-chapter-0)
|
||||
- [NativeScript home page](https://nativescript.org)
|
||||
- [NativeScript code samples](https://docs.nativescript.org/angular/code-samples/overview)
|
||||
- [Install NativeScript demo mobile app](https://www.nativescript.org/nativescript-example-application)
|
||||
- [NativeScript playground](https://play.nativescript.org)
|
||||
- [NativeScript and Angular](https://docs.nativescript.org/angular/tutorial/ng-chapter-0)
|
||||
- [@NativeScript on Twitter](http://twitter.com/NativeScript)
|
||||
- [NativeScript community Slack channel](http://developer.telerik.com/wp-login.php?action=slack-invitation)
|
||||
- [NativeScript community forum](https://discourse.nativescript.org/)
|
||||
- [NativeScript on Stack Overflow](http://stackoverflow.com/questions/tagged/nativescript)
|
||||
- [NativeScript documentation](http://docs.nativescript.org/)
|
||||
|
||||
- [NativeScript blog](http://www.nativescript.org/blog)
|
||||
- [NativeScript documentation](https://docs.nativescript.org/)
|
||||
- [NativeScript marketplace](https://market.nativescript.org/)
|
||||
|
||||
## Repositories
|
||||
|
||||
@@ -55,7 +56,7 @@ The NativeScript framework consists of a number of components, all of which are
|
||||
[](https://www.npmjs.com/package/tns-android) [](https://waffle.io/NativeScript/android-runtime)
|
||||
- This repo contains the NativeScript Android—the code that hosts NativeScript Android apps, and allows JavaScript code to be executed on Android devices. The Android runtime is written in a fun mix of C++ and Java.
|
||||
- **[CLI](//github.com/NativeScript/nativescript-cli)**
|
||||
[](https://www.npmjs.com/package/nativescript) [](https://waffle.io/NativeScript/android-runtime)
|
||||
[](https://www.npmjs.com/package/nativescript) [](https://waffle.io/NativeScript/nativescript-cli)
|
||||
- This repo contains the NativeScript command-line interface, which lets you create, build, and run apps using the NativeScript framework. The CLI is written in TypeScript.
|
||||
- **[Docs](//github.com/NativeScript/docs)**
|
||||
- This repo contains the NativeScript framework documentation, which is available at <http://docs.nativescript.org/>. The docs are written in Markdown.
|
||||
@@ -72,6 +73,6 @@ We [worked together with the Google Angular team](http://angularjs.blogspot.com/
|
||||
|
||||
## Get Help
|
||||
|
||||
Please, use [github issues](https://github.com/NativeScript/NativeScript/issues) strictly for [reporting a bugs](CONTRIBUTING.md#bugs) or [requesting features](CONTRIBUTING.md#features). For general NativeScript questions and support, check out the [NativeScript community forum](https://discourse.nativescript.org/).
|
||||
Please, use [github issues](https://github.com/NativeScript/NativeScript/issues) strictly for [reporting a bugs](CONTRIBUTING.md#bugs) or [requesting features](CONTRIBUTING.md#features). For general NativeScript questions and support, check out the [NativeScript community forum](https://discourse.nativescript.org/) or ask our experts in [NativeScript community Slack channel](http://developer.telerik.com/wp-login.php?action=slack-invitation).
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user