Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T09:41:05.000Z (about 2 months ago)
- Last Synced: 2024-10-29T10:45:22.359Z (about 1 month ago)
- Topics: android, ios, native, nativescript, nativescript-plugin, nativescript-vue, vue
- Language: TypeScript
- Homepage: https://nativescript-vue.org/
- Size: 25.2 MB
- Stars: 5,383
- Watchers: 141
- Forks: 241
- Open Issues: 120
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - nativescript-vue/nativescript-vue - Native mobile applications using Vue and NativeScript. (TypeScript)
- awesome - nativescript-vue - Native mobile applications using Vue and NativeScript. (JavaScript)
- awesome-repositories - nativescript-vue/nativescript-vue - Native mobile applications using Vue and NativeScript. (TypeScript)
README
Yes, the image needs to be updated :)NativeScript-Vue3 RC
NativeScript-Vue with Vue3 support now in RC!
## 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 locally:
```bash
ns create myAwesomeApp --template @nativescript-vue/template-blank@rccd myAwesomeApp
ns run ios|android
```## Vue Devtools
To use VueDevtools, run:
```bash
ns run ios|android --env.vueDevtools
```This will launch the standalone VueDevtools, and connect to it once the app launches. Right now, devtools are only supported on iOS Simulators and Android Emulators, but physical device support should come soon (requires configuring a host/port that the device can connect to.).
On android, you must enable cleartext http traffic, otherwise any connections are silently dropped by the system. In the `App_Resources/Android/src/main/AndroidManifext.xml` add the following to your existing `` tag:
```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)