New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nuxt-module-chrome-devtools

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-module-chrome-devtools

Integrating Chrome devtools into Nuxt devtools

  • 0.0.5
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-85.71%
Maintainers
1
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 04 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc