<a href="https://www.npmjs.com/package/nativescript-vue">
<img src="https://img.shields.io/npm/v/nativescript-vue/latest.svg" alt="npm"/>
</a>
<a href="https://github.com/nativescript-vue/nativescript-vue/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/nativescript-vue/nativescript-vue.svg" alt="license"/>
</a>
NativeScript-Vue now supports Vue 3 and is generally available! This version brings improved reactivity, a modern plugin system, and better TypeScript support.
To get started, you can use the StackBlitz Template.
Or, set up locally:
ns create myAwesomeApp --template @nativescript-vue/template-blank@latest
cd myAwesomeApp
ns run ios|android
Please refer to our Upgrade Guide.
To enable Vue Devtools, run:
ns run ios|android --env.vueDevtools
🛠️ Android Users:
To allow Vue Devtools to connect, enable cleartext HTTP traffic in your AndroidManifest.xml:
<application ...
+ android:usesCleartextTraffic="true"
.../>
If you encounter any issues, please open a new issue with as much detail as possible.
The V2 version has been moved to the v2 branch
$ claude mcp add nativescript-vue \
-- python -m otcore.mcp_server <graph>