1. esbuild-plugin-vue
Basic .vue support for esbuild
esbuild-plugin-vue
Package: esbuild-plugin-vue
Last modified: Sun, 01 May 2022 11:54:07 GMT
Version: 0.2.4
License: MIT
Downloads: 854

Install

npm install esbuild-plugin-vue
yarn add esbuild-plugin-vue

💛 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

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin