nativescript-vue / nativescript-vue

Native mobile applications using Vue and NativeScript.
https://nativescript-vue.org/
MIT License
5.37k stars 242 forks source link

vueDevtools not working #1069

Open vallemar opened 10 months ago

vallemar commented 10 months ago

I'm trying to use vueDevtools in beta 11 but it doesn't work, it doesn't do anything when I run the command ns run ios|android --env.vueDevtools. just launch the application normally

I've looked at ns-vue in node_modules and I don't see the devtools.js file

ignacio68 commented 9 months ago

I can launch vueDevtools with the comand ns run ios|android --env.vueDevtools

Captura de pantalla 2023-12-12 a las 14 45 22
vallemar commented 9 months ago

@ignacio68 I'll try again, thanks!