Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Native mobile applications using Vue and NativeScript.

License

NotificationsYou must be signed in to change notification settings

danielroe/nativescript-vue-nativescript-vue

 
 

Repository files navigation

Yes, the image needs to be updated :)

NativeScript-Vue3 RC

npmlicense

NativeScript-Vue with Vue3 support now in RC!

Quick start

To get started, you can use theStackBlitz Template

...or locally:

ns create myAwesomeApp --template @nativescript-vue/template-blank@rccd myAwesomeAppns run ios|android

Vue Devtools

To use VueDevtools, run:

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 theApp_Resources/Android/src/main/AndroidManifext.xml add the following to your existing<application> tag:

<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 thev2 branch

About

Native mobile applications using Vue and NativeScript.

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages

  • TypeScript79.6%
  • JavaScript13.6%
  • Vue6.5%
  • CSS0.3%

[8]ページ先頭

©2009-2025 Movatter.jp