H
hackmajoris

    • Nov 7, 2022
    • Joined Nov 7, 2022
    • 0 discussions
    • 1 post
    • 0 best answers
    • 0 points
    • Specifically, React Developer Tools, VueJS dev tools and GraphQL Network Inspector. I'm not sure if these are limited by Webkit though.

      • lesharris

        Reply to myself. At least for the case of Vue, this is supported using the upcoming version of Vue Devtools ( Vue DevTools Next ). In addition to a web extension (which still does not work in Orion), they recommend running the devtools as a Vite plugin. This approach essentially injects the full devtools into the running Vue application and, more importantly, works really nicely in Orion:

        Just a heads for anyone looking to use Orion for Vue development.