GitHub / nativescript-vue / nativescript-vue
Native mobile applications using Vue and NativeScript.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nativescript-vue%2Fnativescript-vue
PURL: pkg:github/nativescript-vue/nativescript-vue
Stars: 5,748
Forks: 249
Open issues: 33
License: mit
Language: TypeScript
Size: 25.4 MB
Dependencies parsed at: Pending
Created at: over 8 years ago
Updated at: 26 days ago
Pushed at: 5 months ago
Last synced at: 26 days ago
Commit Stats
Commits: 75
Authors: 6
Mean commits per author: 12.5
Development Distribution Score: 0.147
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/nativescript-vue/nativescript-vue
Topics: android, ios, native, nativescript, nativescript-plugin, nativescript-vue, vue
Funding Links https://github.com/sponsors/rigor789, https://patreon.com/rigor789
NativeScript 7!
v2.8.0
🚨 Important: 🚨
This version and above is for NativeScript 7 - if your project is not migrated yet, make sure you pin the version ofnativescript-vueandnativescript-vue-template-compilerto~2.7.1- otherwise you may end up with a newer version that causes a “blank screen” due to missing exports in older@nativescript/coreversions.
2.8.0 (2020-08-31)
Features
- upgrade to NS7 (261f701)
Download
v2.6.0
v2.6.0
2.6.0 (2020-04-13)
Bug Fixes
- remove console.log override (#627) (226e108)
- renderer: check for undefined before trimming style (#622) (9ce38a0)
Features
- resolve navigation page on navigation event (#624) (787d1a5)
- logging: log node creation errors (#625) (b502fc8)
- registry: allow overriding elements (#626) (e37788c)
BREAKING CHANGES
- Our
console.logoverride usingutil-inspecthas been removed due to performance concerns. If you were usingVue.config.debug = trueto get colorful console.logs, this will no longer work. We have documented how you may add this feature back to your app if you relied on this behavior. See CONSOLE_LOG_OVERRIDE.md for details.
Download