mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
917 B
917 B
NativeScript
TypeScript driven development for native platform api's.
Develop
# setup workspace for development
$ npm run setup
# list all available commands to run
$ npm start
Packages
- @nativescript/core
- Core iOS/Android for NativeScript
- How to contribute
- @nativescript/types
- Types for both iOS/Android below wrapped up as a convenience. Most commonly used.
- @nativescript/types-ios
- Types for iOS
- @nativescript/types-android
- Types for Android
- @nativescript/ui-mobile-base
- UI mobile base native classes used by core
- How to contribute
- @nativescript/webpack
- Webpack build utilities and configs used by NativeScript apps
- How to contribute