Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@qwik.dev/devtools

Package Overview
Dependencies
Maintainers
5
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qwik.dev/devtools

Qwik devtools package

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
5
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 05 Oct 2025

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