0.2.4 • Published 2 years ago

esbuild-plugin-vue v0.2.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

💛 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

0.2.1

2 years ago

0.2.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.4

2 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.0

3 years ago