# vue-devtools-stub

> [![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]

Latest version **0.1.0** (published 2022-08-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install vue-devtools-stub
pnpm add vue-devtools-stub
yarn add vue-devtools-stub
bun add vue-devtools-stub
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high maintenance score; high quality score.

Warnings: low downloads; pre 1.0.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2022-08-17 |
| First published | 2022-08-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 4.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 10 |
| Maintainers | pi0 |

## Links

- npm: https://www.npmjs.com/package/vue-devtools-stub
- Repository: https://github.com/nuxt-contrib/vue-devtools-stub
- Homepage: https://github.com/nuxt-contrib/vue-devtools-stub#readme
- Issues: https://github.com/nuxt-contrib/vue-devtools-stub/issues
- npm.io page: https://npm.io/package/vue-devtools-stub

## Recent versions

- 0.1.0 (latest) — 2022-08-17
- 0.0.1 — 2022-08-17
- 0.0.0 — 2022-08-17

## README

# vue-devtools-stub

[![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]

Stub package for [`@vue/devtools-api`](https://npmjs.com/package/@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](https://github.com/nodejs/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](./LICENSE).

<!-- Badges -->
[npm-version-src]: https://img.shields.io/npm/v/vue-devtools-stub?style=flat-square
[npm-version-href]: https://npmjs.com/package/vue-devtools-stub

[npm-downloads-src]: https://img.shields.io/npm/dm/vue-devtools-stub?style=flat-square
[npm-downloads-href]: https://npmjs.com/package/vue-devtools-stub

[github-actions-src]: https://img.shields.io/github/workflow/status/nuxt-contrib/vue-devtools-stub/ci/main?style=flat-square
[github-actions-href]: https://github.com/nuxt-contrib/vue-devtools-stub/actions?query=workflow%3Aci

[codecov-src]: https://img.shields.io/codecov/c/gh/nuxt-contrib/vue-devtools-stub/main?style=flat-square
[codecov-href]: https://codecov.io/gh/nuxt-contrib/vue-devtools-stub

---
_Source: https://npm.io/package/vue-devtools-stub · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
