NativeScript / visionos-hello-world

Vision Pro 🥽 Hello World tutorial with NativeScript using various flavors - Angular, React, Solid, Svelte, TypeScript and Vue.
https://blog.nativescript.org/develop-visionos-apps-with-typescript/
16 stars 1 forks source link

Native Javascript (no framework) #1

Open Karric opened 7 months ago

Karric commented 7 months ago

Is it possible to not use a JS framework for this?

NathanWalker commented 7 months ago

Yes, see this which is just TypeScript only (what is often called plain or vanilla) with no framework: https://blog.nativescript.org/develop-visionos-apps-with-typescript/

Can be created with:

npm install -g nativescript@vision
ns create myapp --vision