All Projects → egoist → Esbuild Plugin Vue

egoist / Esbuild Plugin Vue

Licence: mit
Basic .vue support for esbuild.

Programming Languages

typescript
32286 projects

💛 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.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].