0.0.5 • Published 1 year ago
nuxt-module-chrome-devtools v0.0.5
nuxt-module-chrome-devtools
Chrome devtools integrated with the Nuxt Devtools.
!NOTE This package is experimental and may may have some issues.
Perview

Quick Setup
- Add
nuxt-module-chrome-devtoolsdependency 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- Add
nuxt-module-chrome-devtoolsto themodulessection ofnuxt.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 releaseCredits
Inspired by Solidjs Playground
Powered By liriliri/chii.