Enhance your Qwik development experience with DevTools that provide real-time insights into your application, dependencies, and setup.
Qwik DevTools requires Qwik v2.0.0-beta.1 or higher.
npm install @qwik.dev/devtools -D
pnpm add @qwik.dev/devtools -D
yarn add @qwik.dev/devtools -D
Add the plugin to your vite.config.(m)ts:
import { qwikDevtools } from '@qwik.dev/devtools'; export default defineConfig({ plugins: [ qwikRouter(), qwikVite(), tsconfigPaths(), qwikDevtools(), // π Add the plugin here ], ssr: { noExternal: ['@qwik.dev/devtools']; // π Add the plugin here } });
- π Route Explorer
- β‘οΈ Dependency Explorer
- π Asset Explorer
- π Debug Tools
Please refer to the Contribution Guide. Sharing feedback and feature request with GitHub issues is welcome.
Join our vibrant community:
- π¦ Follow @QwikDev on Twitter
- π¬ Join our Discord community
- π Check out other community groups