nuxt-module-chrome-devtools
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

nuxt-module-chrome-devtools

npm version npm downloads License Nuxt

Chrome devtools integrated with the Nuxt Devtools.

[!NOTE] This package is experimental and may may have some issues.

Perview

Preview

Quick Setup

  1. Add nuxt-module-chrome-devtools dependency to your project
# Using pnpm
pnpm add -D nuxt-module-chrome-devtools

# Using yarn
yarn add --dev nuxt-module-chrome-devtools

# Using npm
npm install --save-dev nuxt-module-chrome-devtools
  1. Add nuxt-module-chrome-devtools to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    'nuxt-module-chrome-devtools'
  ]
})

That's it! You can now use My Module in your Nuxt app ✨

Development

# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with playground, with devtools client ui
npm run dev

# Develop with playground, with bundled client ui
npm run play:prod

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release

Credits

Inspired by Solidjs Playground

Powered By liriliri/chii.

Readme

Keywords

none

Package Sidebar

Install

npm i nuxt-module-chrome-devtools

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

155 kB

Total Files

21

Last publish

Collaborators

  • yuyinws