MCPcopy Index your code
hub / github.com/egoist/esbuild-plugin-vue

github.com/egoist/esbuild-plugin-vue @v0.2.4

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.2.4 ↗ · + Follow
5 symbols 18 edges 5 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

💛 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

Core symbols most depended-on inside this repo

genId
called by 5
src/index.ts
getCompiler
called by 4
src/index.ts
formatPath
called by 4
src/index.ts
removeQuery
called by 3
src/index.ts
setup
called by 0
src/index.ts

Shape

Function 5

Languages

TypeScript100%

Modules by API surface

src/index.ts5 symbols

For agents

$ claude mcp add esbuild-plugin-vue \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page