vuejs / devtools

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools.vuejs.org/
MIT License
1.7k stars 122 forks source link

how to use devtools-next in a non-web env, like miniprogram with vue runtime #645

Open simple5960 opened 3 weeks ago

simple5960 commented 3 weeks ago

should i inject devtools-kit's code into my project and make a new protocol to connect devtools-kit and devtools-client?

webfansplz commented 3 weeks ago

You can try to use standalone app. FYI: https://github.com/vuejs/devtools-next/blob/v7.2.1/packages/playground/termui/src/main.ts#L11

simple5960 commented 3 weeks ago

Thank you for taking the time to answer this question 🌹

simple5960 commented 3 weeks ago

You can try to use standalone app. FYI: https://github.com/vuejs/devtools-next/blob/v7.2.1/packages/playground/termui/src/main.ts#L11

hi, arlhi, arlo, i have met a new question, my 「vue app」can't connect to 「devtool」,i'm wondering if the ws have some error, i want to inspect if any ws connection occured at 「devtool-client」,but how i open 「devtool-client」in my local envo, i have met a new question, my 「vue app」can't connect to 「devtool」,i'm wondering if the ws have some error, i want to inspect if any ws connection occured at 「devtool-client」,but how i open 「devtool-client」in my local env