0.1.1 • Published 10 months ago

@qwik.dev/devtools v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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-alpha.4 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
  ],
});

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:

Related Links

0.1.1

10 months ago

0.1.0

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago