# esbuild-plugin-vue

> Basic .vue support for esbuild

Latest version **0.2.4** (published 2021-12-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install esbuild-plugin-vue
pnpm add esbuild-plugin-vue
yarn add esbuild-plugin-vue
bun add esbuild-plugin-vue
```

## Health

**Score 30/100 (F)** — status: abandoned.

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

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.4 |
| Published | 2021-12-25 |
| First published | 2021-03-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 20.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | egoist |

## Links

- npm: https://www.npmjs.com/package/esbuild-plugin-vue
- npm.io page: https://npm.io/package/esbuild-plugin-vue

## Dependencies (2)

- [hash-sum](https://npm.io/package/hash-sum.md) ^2.0.0
- [resolve-from](https://npm.io/package/resolve-from.md) ^5.0.0

## Recent versions

- 0.2.4 (latest) — 2021-12-25
- 0.2.3 — 2021-12-25
- 0.2.2 — 2021-12-25
- 0.2.1 — 2021-12-25
- 0.2.0 — 2021-12-25
- 0.1.3 — 2021-06-26
- 0.1.2 — 2021-03-17
- 0.1.1 — 2021-03-17
- 0.1.0 — 2021-03-17
- 0.0.0 — 2021-03-17

## README

**💛 You can help the author become a full-time open-source maintainer by [sponsoring him on GitHub](https://github.com/sponsors/egoist).**

---

# esbuild-plugin-vue

[![npm version](https://badgen.net/npm/v/esbuild-plugin-vue)](https://npm.im/esbuild-plugin-vue)

Basic `.vue` support for esbuild.

## Features

- `<script setup>`
- TypeScript support
- Scoped style support

## Install

```bash
npm i esbuild-plugin-vue @vue/compiler-sfc
```

## Usage

```ts
import { build } from 'esbuild'
import vue from 'esbuild-plugin-vue'

build({
  plugins: [vue()],
})
```

## License

MIT &copy; [EGOIST](https://github.com/sponsors/egoist)

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