tns-template-blank-svelte

7.0.0 • Public • Published

This is a blank svelte-native project template. It has preprocessing with typescript support enabled. It provides an easy way to get started with a svelte native project.

Usage

You can get started with this using degit:

npx degit halfnelson/svelte-native-template myapp
cd myapp
npm install

Your svelte-native app will be found in the myapp folder.

Once installed use the ns preview, ns build or ns run commands as for a normal NativeScript application.

Example: install & run application on your device:

ns run android
# or 
ns run ios

Readme

Keywords

none

Package Sidebar

Install

npm i tns-template-blank-svelte

Weekly Downloads

2

Version

7.0.0

License

Apache-2.0

Unpacked Size

3.36 MB

Total Files

87

Last publish

Collaborators

  • halfnelson