0.2.4 • Published 4 years ago
esbuild-plugin-vue
Licence
MIT
Version
0.2.4
Deps
2
Size
21 kB
Vulns
0
Weekly
0
You can help the author become a full-time open-source maintainer by sponsoring him on GitHub.
esbuild-plugin-vue
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