New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@qwik.dev/devtools

Package Overview
Dependencies
Maintainers
7
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qwik.dev/devtools

Qwik devtools package

Source
npmnpm
Version
0.2.7
Version published
Maintainers
7
Created
Source

Qwik DevTools

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:

Keywords

qwik

FAQs

Package last updated on 23 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts