Hi, I am trying out nativescript vue, following the starter guide in the official documentation and creating a new app using the vue init command and trying to connect to the dev tool.
I had no problem viewing the app on android emulator, however, I was unable to get the dev tool connected. I was stuck with Waiting for connection... with steps to add script at the top of the page you want to debug.
To Reproduce:
- create a new nativescript vue app from scratch following https://nativescript-vue.org/en/docs/getting-started/quick-start/
- Run
npm install --save @vue/devtools@beta nativescript-toast nativescript-socket.io nativescript-vue-devtools
- Add the import in main.js
import VueDevtools from 'nativescript-vue-devtools' Vue.use(VueDevtools)
- Run
vue-devtools in one terminal
- Run
rm -rf platforms && tns run android --bundle on another terminal
Hi, I am trying out nativescript vue, following the starter guide in the official documentation and creating a new app using the vue init command and trying to connect to the dev tool.
I had no problem viewing the app on android emulator, however, I was unable to get the dev tool connected. I was stuck with
Waiting for connection...with steps to add script at the top of the page you want to debug.To Reproduce:
npm install --save @vue/devtools@beta nativescript-toast nativescript-socket.io nativescript-vue-devtoolsimport VueDevtools from 'nativescript-vue-devtools' Vue.use(VueDevtools)vue-devtoolsin one terminalrm -rf platforms && tns run android --bundleon another terminal