https://github.com/nativescript-vue/nativescript-vue
Native mobile applications using Vue and NativeScript.
https://github.com/nativescript-vue/nativescript-vue
android ios native nativescript nativescript-plugin nativescript-vue vue
Last synced: 7 months ago
JSON representation
Native mobile applications using Vue and NativeScript.
- Host: GitHub
- URL: https://github.com/nativescript-vue/nativescript-vue
- Owner: nativescript-vue
- License: mit
- Created: 2017-04-17T23:49:17.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T06:53:40.000Z (8 months ago)
- Last Synced: 2025-05-13T00:14:20.432Z (7 months ago)
- Topics: android, ios, native, nativescript, nativescript-plugin, nativescript-vue, vue
- Language: TypeScript
- Homepage: https://nativescript-vue.org/
- Size: 25.4 MB
- Stars: 5,517
- Watchers: 138
- Forks: 245
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vue - Native script - Native mobile applications using Vue and NativeScript. ` 📝 a day ago` (Frameworks [🔝](#readme))
- fucking-awesome-vue - Native script - Native mobile applications using NativeScript (Components & Libraries / Frameworks)
- awesome-vue - Native script - Native mobile applications using NativeScript (Components & Libraries / Frameworks)
- awesome - nativescript-vue - Native mobile applications using Vue and NativeScript. (JavaScript)
- awesome-vue - nativescript-vue ★3780 - A Vue.js implementation of the NativeScript renderer. (Awesome Vue.js [ ★101652](https://github.com/sindresorhus/awesome) / Open Source)
- awesome-repositories - nativescript-vue/nativescript-vue - Native mobile applications using Vue and NativeScript. (TypeScript)
- awesome-vue - Native script - Native mobile applications using NativeScript (Components & Libraries / Frameworks)
README
NativeScript-Vue3
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](https://stackblitz.com/fork/github/nativescript-vue/nativescript-vue/tree/main/packages/stackblitz-template?file=src%2Fcomponents%2FHome.vue&title=NativeScript%20Starter%20Vue3).
Or, set up locally:
```sh
ns create myAwesomeApp --template @nativescript-vue/template-blank@latest
cd myAwesomeApp
ns run ios|android
```
## Upgrading to v3
Please refer to our [Upgrade Guide](https://nativescript-vue.org/docs/essentials/upgrade-guide).
## Using Vue Devtools
To enable Vue Devtools, run:
```sh
ns run ios|android --env.vueDevtools
```
🛠️ **Android Users:**
To allow Vue Devtools to connect, enable **cleartext HTTP traffic** in your `AndroidManifest.xml`:
```diff
```
## Issues
If you encounter any issues, please open a new issue with as much detail as possible.
- [Join Discord](https://nativescript.org/discord)
## Looking for V2?
The V2 version has been moved to the [v2 branch](https://github.com/nativescript-vue/nativescript-vue/tree/v2)