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
v2.5.0-alpha.3
v2.5.0-alpha.3 Pre-release
Download
v2.5.0-alpha.2
v2.5.0-alpha.2 Pre-release
Download
v2.5.0-alpha.1
v2.5.0-alpha.1 Pre-release
Download
v2.5.0-alpha.0
v2.5.0-alpha.0 Pre-release
2.5.0-alpha.0 (2019-08-24)
Bug Fixes
- devtools: refresh devtools when state changes (4d28b34)
- crash on blank .vue template section (0295650)
Features
- devtools: show navigation entries under Frame (e82d067)
BREAKING CHANGES
- devtools: A Frame now only accepts a single child element, that is the defaultPage for the Frame. If you have multiple pages nested under the Frame element, you will need to refactor to use
$navigateToinstead. Additionally the default slot is only rendered once, meaning that it will not be reactive after the initial render. This is due to how the Frame element works, it renders the defaultPage, and then “navigates” to it, and it is no longer a direct child of the Frame and cannot be reactive. If this affects you, plese open an issue and describe your use case, so we can discuss possible solutions.
For most users this will not requre any additional refactoring.
Download
v2.4.0-alpha.0
v2.4.0-alpha.0 Pre-release
Download
v2.3.0-rc.2
v2.3.0-rc.2 Pre-release
2.3.0-rc.2 (2019-07-03)
Bug Fixes
- import
framemodule before __onLiveSyncCore override (#517) (cbee066), closes NativeScript/nativescript-dev-webpack#943
Download