Detalhes do pacote

vue-devtools-stub

nuxt-contrib2.5mMIT0.1.0

[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![Github Actions][github-actions-src]][github-actions-href] [![Codecov][codecov-src]][codecov-href]

readme (leia-me)

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.

changelog (log de mudanças)

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.1 (2022-08-17)

Bug Fixes

  • add missing default and __esModule exports (e079741)
  • remove __esModule (0e797c4)