Skip to content

nativescript-vue/nativescript-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

baeee74 · Apr 4, 2025

History

85 Commits
May 17, 2023
Mar 12, 2025
Mar 12, 2025
Mar 12, 2025
May 17, 2023
Sep 10, 2023
May 17, 2023
Dec 4, 2022
Apr 4, 2025
May 17, 2023
May 17, 2023
Sep 10, 2023
Mar 12, 2025
Mar 12, 2025
May 17, 2023
Feb 13, 2025

Repository files navigation

NativeScript-Vue3

npm license

NativeScript-Vue now supports Vue 3 and is generally available! This version brings improved reactivity, a modern plugin system, and better TypeScript support.

Quick Start

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

Upgrading to v3

Please refer to our Upgrade Guide.

Using Vue Devtools

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"
.../>

Issues

If you encounter any issues, please open a new issue with as much detail as possible.

Looking for V2?

The V2 version has been moved to the v2 branch