mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 02:54:11 +08:00
chore: readme grammer (#9174)
This commit is contained in:
@ -21,4 +21,4 @@ tools/assets/App_Resources
|
|||||||
*.map
|
*.map
|
||||||
*.css
|
*.css
|
||||||
*.scss
|
*.scss
|
||||||
*.sh
|
*.sh
|
||||||
|
10
README.md
10
README.md
@ -31,7 +31,7 @@ $ npm start
|
|||||||
|
|
||||||
We love you and PR's 🤗 Please follow our [contributing guide](https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md) and see [our code of governance](https://nativescript.org/governance/) to become as involved as you want to be.
|
We love you and PR's 🤗 Please follow our [contributing guide](https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md) and see [our code of governance](https://nativescript.org/governance/) to become as involved as you want to be.
|
||||||
|
|
||||||
## @nativescript/*
|
## @nativescript/*
|
||||||
|
|
||||||
* [@nativescript/core](https://github.com/NativeScript/NativeScript/tree/master/packages/core)
|
* [@nativescript/core](https://github.com/NativeScript/NativeScript/tree/master/packages/core)
|
||||||
* Core iOS/Android for NativeScript
|
* Core iOS/Android for NativeScript
|
||||||
@ -59,16 +59,16 @@ We love you and PR's 🤗 Please follow our [contributing guide](https://github.
|
|||||||
- [NativeScript marketplace](https://market.nativescript.org/)
|
- [NativeScript marketplace](https://market.nativescript.org/)
|
||||||
- [NativeScript roadmap](https://www.nativescript.org/roadmap)
|
- [NativeScript roadmap](https://www.nativescript.org/roadmap)
|
||||||
|
|
||||||
## Other framework source repos
|
## Other framework source repositories
|
||||||
|
|
||||||
Outside of the source centralized in this repo, the NativeScript framework consists of a number of components, all of which are open source and on GitHub. Here are the major ones:
|
Outside of the source centralized in this repo, the NativeScript framework consists of a number of components, all of which are open source available on GitHub. Here are the major ones:
|
||||||
|
|
||||||
- **[iOS runtime](https://github.com/NativeScript/ns-v8ios-runtime)**
|
- **[iOS runtime](https://github.com/NativeScript/ns-v8ios-runtime)**
|
||||||
- [](https://www.npmjs.com/package/@nativescript/ios)
|
- [](https://www.npmjs.com/package/@nativescript/ios)
|
||||||
- This repo contains the NativeScript iOS runtime — the code that hosts NativeScript iOS apps, and allows JavaScript code to be executed on iOS devices. The iOS runtime is written in a fun mix of C++, Objective-C, and more.
|
- This repo contains the NativeScript iOS runtime — the code that hosts NativeScript iOS apps, and allows JavaScript code to be executed on iOS devices. The iOS runtime is written in a fun mix of C++, Objective-C, and more.
|
||||||
- **[Android runtime](https://github.com/NativeScript/android-runtime)**
|
- **[Android runtime](https://github.com/NativeScript/android-runtime)**
|
||||||
- [](https://www.npmjs.com/package/tns-android)
|
- [](https://www.npmjs.com/package/tns-android)
|
||||||
- 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.
|
- This repo contains the NativeScript Android runtime — 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)**
|
- **[CLI](//github.com/NativeScript/nativescript-cli)**
|
||||||
- [](https://www.npmjs.com/package/nativescript)
|
- [](https://www.npmjs.com/package/nativescript)
|
||||||
- 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.
|
- 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.
|
||||||
@ -76,7 +76,7 @@ Outside of the source centralized in this repo, the NativeScript framework consi
|
|||||||
- [](https://docs.nativescript.org/)
|
- [](https://docs.nativescript.org/)
|
||||||
- This repo contains the NativeScript framework documentation, which is available at <http://docs.nativescript.org/>. The docs are written in Markdown.
|
- This repo contains the NativeScript framework documentation, which is available at <http://docs.nativescript.org/>. The docs are written in Markdown.
|
||||||
|
|
||||||
In addition to the code that makes up the NativeScript framework itself, we also provide a number of [open-source sample apps](https://www.nativescript.org/app-samples-with-code) that you can reference while building your NativeScript application.
|
In addition to the code that makes up the NativeScript framework itself, we also provide a number of [open-source sample apps](https://www.nativescript.org/app-samples-with-code) from which you can take reference while building your NativeScript application.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
[Apache License 2.0](https://github.com/NativeScript/NativeScript/blob/master/LICENSE)
|
[Apache License 2.0](https://github.com/NativeScript/NativeScript/blob/master/LICENSE)
|
||||||
|
Reference in New Issue
Block a user