You can play with NativeScript online directly on StackBlitz, or locally using NativeScript Preview.
Summary NativeScript allows scaffolding projects with various templates to kickstart your app development.
Official templates can be found in the Templates GitHub repository and on NPM.
Some of the templates are listed in the NativeScript CLI when creating a new project with ns create
, others may be used by passing the --template
flag with the template name (NPM package name).
If you would like to try one of the other templates not listed by ns create
run:
ns create myCoolApp --template <template-package-name or path-to-template>
TIP
If you want to skip the interactive prompts, you can pass the following flags:
bashns create myCoolApp --angular // or --ng for short
ns create myCoolApp --vue
ns create myCoolApp --vue --ts // for vue with typescript
ns create myCoolApp --react
ns create myCoolApp --js
ns create myCoolApp --svelte
...to create the app with the default template for the specified flavor.
Official Starter Templates Blank Template A basic template with a single page and no custom styles.
To use, run:
bashns create myCoolApp --template @nativescript/template-blank
Drawer Template
A template with a side drawer.
To use, run:
bashns create myCoolApp --template @nativescript/template-drawer-navigation
Tabs Template
A template with multiple tabs.
To use, run:
bashns create myCoolApp --template @nativescript/template-tab-navigation
List & Details Template
A template with a ListView and a details screen.
To use, run:
bashns create myCoolApp --template @nativescript/template-master-detail
Creating custom templates
The NativeScript CLI can create projects from npm
packages or local folders by passing the --template <npm_package_name_or_local_path>
flag to the ns create
command. If you need a custom template, start with one of the official templates and customize it for your needs.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4