Skip to content

nuxt-contrib/vue-devtools-stub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a9328f0 Â· Apr 28, 2025

History

41 Commits
Feb 4, 2025
Aug 17, 2022
Aug 17, 2022
Aug 17, 2022
Aug 17, 2022
Aug 17, 2022
Aug 17, 2022
Aug 17, 2022
Jan 7, 2025
Apr 28, 2025
Mar 31, 2025
Aug 17, 2022
Aug 17, 2022

Repository files navigation

vue-devtools-stub

npm version npm downloads Github Actions Codecov

Stub package for @vue/devtools-api.

Why this package:

Many of Vue 3 libraries use this package internally to integrate with devtools and mostly for development.

While normally an esm bundler version of those libraries allows tree-shaking and opting out, it is not always possible and specially problematic with externalization.

This package mocks same interface of the package.

💻 Development

  • Clone this repository
  • Enable Corepack using corepack enable (use npm i -g corepack for Node.js < 16.10)
  • Install dependencies using pnpm install
  • Run interactive tests using pnpm dev

License

Made with 💛

Published under MIT License.