esbuild-plugin-vue
TypeScript icon, indicating that this package has built-in type declarations

0.2.4 • Public • Published

💛 You can help the author become a full-time open-source maintainer by sponsoring him on GitHub.


esbuild-plugin-vue

npm version

Basic .vue support for esbuild.

Features

  • <script setup>
  • TypeScript support
  • Scoped style support

Install

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

Usage

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

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

License

MIT © EGOIST

Readme

Keywords

none

Package Sidebar

Install

npm i esbuild-plugin-vue

Weekly Downloads

139

Version

0.2.4

License

MIT

Unpacked Size

21.2 kB

Total Files

6

Last publish

Collaborators

  • egoist