Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork245
Native mobile applications using Vue and NativeScript.
License
nativescript-vue/nativescript-vue
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 theStackBlitz Template.
Or, set up locally:
ns create myAwesomeApp --template @nativescript-vue/template-blank@latestcd myAwesomeAppns run ios|android
Please refer to ourUpgrade Guide.
To enable Vue Devtools, run:
ns run ios|android --env.vueDevtools
🛠️Android Users:To allow Vue Devtools to connect, enablecleartext HTTP traffic in yourAndroidManifest.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 thev2 branch
About
Native mobile applications using Vue and NativeScript.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.