nuxt-module-chrome-devtools
v0.0.5
Published
Integrating Chrome devtools into Nuxt devtools
Downloads
1
Readme
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-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
- Add
nuxt-module-chrome-devtools
to themodules
section 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 release
Credits
Inspired by Solidjs Playground
Powered By liriliri/chii.