GitHub - QwikDev/devtools
Please note that the QwikDev/devtools repository has been migrated into the QwikDev/qwik repository.
Qwik DevTools
Enhance your Qwik development experience with DevTools that provide real-time insights into your application, dependencies, and setup.
Installation
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
Setup
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 } });
Features
- ๐ Route Explorer
- โก๏ธ Dependency Explorer
- ๐ Asset Explorer
- ๐ Debug Tools
Contribution Guide
Please refer to the Contribution Guide. Sharing feedback and feature request with GitHub issues is welcome.
Community
Join our vibrant community:
- ๐ฆ Follow @QwikDev on Twitter
- ๐ฌ Join our Discord community
- ๐ Check out other community groups
