An open API service indexing awesome lists of open source software.

https://github.com/djaler/vue-cli-plugin-esbuild

Vue CLI plugin to use esbuild for js/ts compilation and minification
https://github.com/djaler/vue-cli-plugin-esbuild

cli esbuild hacktoberfest vue

Last synced: about 1 year ago
JSON representation

Vue CLI plugin to use esbuild for js/ts compilation and minification

Awesome Lists containing this project

README

          

[![npm](https://img.shields.io/npm/v/vue-cli-plugin-esbuild?style=for-the-badge)](https://www.npmjs.com/package/vue-cli-plugin-esbuild)

# vue-cli-plugin-esbuild

> Vue CLI plugin to use [esbuild](https://esbuild.github.io/) for js/ts compilation and minification

## 🚀 Install

```sh
vue add esbuild
```
or
```sh
npm install --save-dev vue-cli-plugin-esbuild
```

## đŸ’Ē Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/djaler/vue-cli-plugin-esbuild.

## ÂŠī¸ License

The package is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).