Please note that the QwikDev/devtools repository has been migrated into the QwikDev/qwik repository.
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 -Dpnpm add @qwik.dev/devtools -Dyarn add @qwik.dev/devtools -DAdd 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
