N°380
REPOSITORY DETAIL · 仓库详情
Open Source · GITHUB
esbuild – evanw
evanw/esbuild
Go 开源项目
40,012 Stars
1,331 Forks
Go
MIT
1
Views · 浏览
项目简介
极速 Web 打包工具
SECTION · 01
关键指标一览
Stars 数
40,012
Forks 数
1,331
Watchers 数
40,012
Issue 数
618
主要语言
Go
许可证
MIT
仓库所有者
evanw
创建时间
2016.06.14
更新时间
2026.08.08
最近推送
2026.08.08
SECTION · 02
主题标签
SECTION · 03
README 详细介绍
README 原文为英文,如需阅读完整中文内容,建议使用 浏览器翻译插件(如 Edge 浏览器自带翻译、Google 翻译扩展)进行整页翻译。
Website |
Getting started |
Documentation |
Plugins |
FAQ
Why?
Our current build tools for the web are 10-100x slower than they could be:
The main goal of the esbuild bundler project is to bring about a new era of build tool performance, and create an easy-to-use modern bundler along the way.
Major features:
- Extreme speed without needing a cache
- JavaScript, CSS, TypeScript, and JSX built-in
- A straightforward API for CLI, JS, and Go
- Bundles ESM and CommonJS modules
- Bundles CSS including CSS modules
- Tree shaking, minification, and source maps
- Local server, watch mode, and plugins
Check out the getting started instructions if you want to give esbuild a try.
已复制克隆地址到剪贴板