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
- Host: GitHub
- URL: https://github.com/djaler/vue-cli-plugin-esbuild
- Owner: Djaler
- Created: 2021-03-05T09:42:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T16:38:27.000Z (almost 2 years ago)
- Last Synced: 2025-05-31T08:03:02.484Z (about 1 year ago)
- Topics: cli, esbuild, hacktoberfest, vue
- Language: TypeScript
- Homepage:
- Size: 345 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
[](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).