@nativescript/template-blank-svelte-vision 8.6.2 → 8.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -32
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,34 +1,5 @@
|
|
|
1
|
-
# NativeScript
|
|
2
|
-
App templates help you jump start your native cross-platform apps with built-in UI elements and best practices. Save time writing boilerplate code over and over again when you create new apps.
|
|
1
|
+
# NativeScript with Svelte for visionOS
|
|
3
2
|
|
|
4
|
-
## Quick Start
|
|
5
|
-
Execute the following command to create an app from this template:
|
|
6
|
-
|
|
7
|
-
```
|
|
8
|
-
ns create my-blank-svelte --template @nativescript/template-blank-svelte
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
> Note: This command will create a new NativeScript app that uses the latest version of this template published to [npm](https://www.npmjs.com/package/@nativescript/template-blank-svelte).
|
|
12
|
-
|
|
13
|
-
If you want to create a new app that uses the source of the template from the `master` branch, you can execute the following:
|
|
14
|
-
|
|
15
|
-
```
|
|
16
|
-
# clone nativescript-app-templates monorepo locally
|
|
17
|
-
git clone git@github.com:NativeScript/nativescript-app-templates.git
|
|
18
|
-
|
|
19
|
-
# create app template from local source (all templates are in the 'packages' subfolder of the monorepo)
|
|
20
|
-
ns create my-blank-svelte --template nativescript-app-templates/packages/template-blank-svelte
|
|
21
3
|
```
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
## Get Help
|
|
26
|
-
The NativeScript framework has a vibrant community that can help when you run into problems.
|
|
27
|
-
|
|
28
|
-
Try [joining the NativeScript community Discord](https://nativescript.org/discord). The Discord channel is a great place to get help troubleshooting problems, as well as connect with other NativeScript developers.
|
|
29
|
-
|
|
30
|
-
If you have found an issue with this template, please report the problem in the [NativeScript repository](https://github.com/NativeScript/NativeScript/issues).
|
|
31
|
-
|
|
32
|
-
## Contributing
|
|
33
|
-
|
|
34
|
-
We love PRs, and accept them gladly. Feel free to propose changes and new ideas. We will review and discuss, so that they can be accepted and better integrated.
|
|
4
|
+
ns run visionos --no-hmr
|
|
5
|
+
```
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nativescript/template-blank-svelte-vision",
|
|
3
3
|
"main": "src/app.ts",
|
|
4
|
-
"version": "8.6.
|
|
4
|
+
"version": "8.6.3",
|
|
5
5
|
"description": "Nativescript visionOS Starter with Svelte",
|
|
6
6
|
"author": "NativeScript Team <oss@nativescript.org>",
|
|
7
7
|
"license": "Apache-2.0",
|