nativescript-vue

3.0.0last stable release 1 month ago
Complexity Score
N/A
Open Issues
N/A
Dependent Projects
28
Weekly Downloadsglobal
1,530

License

  • MIT
    • Yesattribution
    • Permissivelinking
    • Permissivedistribution
    • Permissivemodification
    • Nopatent grant
    • Yesprivate use
    • Permissivesublicensing
    • Notrademark grant

Downloads

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.

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.

  • Join Discord

Looking for V2?

The V2 version has been moved to the v2 branch

Dependencies

CVE IssuesActive
0
Scorecards Score
2.30
Test Coverage
No Data
Follows Semver
Yes
Github Stars
5,468
Dependenciestotal
16
DependenciesOutdated
2
DependenciesDeprecated
0
Threat Modelling
No
Repo Audits
No

Learn how to distribute nativescript-vue in your own private NPM registry

npm config set registry  https://npm.cloudsmith.com/owner/repo
Processing...
Done
npm install nativescript-vue
Processing...
Done

126 Releases

NPM on Cloudsmith

Getting started with NPM on Cloudsmith is fast and easy.