0.0.5 • Published 1 year ago

nuxt-module-chrome-devtools v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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.

0.0.5

1 year ago

0.0.4

1 year ago