visionos-hello-world icon indicating copy to clipboard operation
visionos-hello-world copied to clipboard

Native Javascript (no framework)

Open Karric opened this issue 1 year ago • 1 comments

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

Karric avatar Feb 11 '24 16:02 Karric

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

NathanWalker avatar Feb 11 '24 19:02 NathanWalker