Plugins that work with NativeScript-Vue (and that don’t)
Works out of the box
Problematic
nativescript-plugin-firebase
fancy-alert (alert shows, but you can’t dismiss it)
N UI SideDrawer
nativescript-feedback(ERROR in app.android.js from UglifyJs - Unexpected token: name (Feedback) [app.android.js:6050,6]) but works perfectly
nativescript-audio

nativescript-checkbox
N UI RadListView (needs a complete Vue wrapper component)
nativescript-ripple
Nativescript RadRadialGauge (requires declarations see https://gist.github.com/microwavesafe/7fa930ff226cf2a494a64ef2e9114650)
nativescript-fonticon
nativescript-facebook (crashes on android with 'nativescript-facebook: The plugin could not find the android library, try to clean the android platform’ → apparently there is a fix: https://github.com/alexpalchikovskiy/nativescript-facebook-vue-example/issues/1)
nativescript-downloader

nativescript-insomnia

nativescript-loading-indicator

nativescript-image-cache-it

nativescript-ui-sidedrawer

nativescript-floatingactionbutton

nativescript-bluetooth

nativescript-cardview

nativescript-gradient

nativescript-swipe-layout

nativescript-pager

nativescript-radiobutton (master branch version)

nativescript-mapbox

nativescript-localize

nativescript-drop-down

nativescript-email

nativescript-phone

nativescript-telephony

nativescript-iqkeyboardmanager

nativescript-cfalert-dialog

nativescript-camera

nativescript-imagepicker

nativescript-videorecorder

nativescript-videoplayer

nativescript-ui-chart
Few issues, was able to get it working by copying contents of the nativescript-ui-chart/vue package (contains a lot of Vue.registerComponent() declarations into the main.js file. Was unable to get the chart/vue package to correctly register the components with webpack. Ex main.js: https://gist.github.com/jeronica/51cb35884c35182bb01a4e177238a0e5
nativescript-pulltorefresh