在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
frontend-bundling-via-bun
// Bundling via Bun with Make targets for typecheck and bundling
$ git log --oneline --stat
stars:10
forks:1
updated:2026年2月7日 13:19
SKILL.md
// Bundling via Bun with Make targets for typecheck and bundling
instruction layering with reusable, conditional instruction files
multi-arch image publishing to GHCR via GitHub Actions
CI patterns that call Make targets
workflow patterns for planning, subagents, self-improvement, and verification
| name | Frontend bundling via Bun |
| description | Bundling via Bun with Make targets for typecheck and bundling |
Provide Make targets for TypeScript typecheck + bundling using Bun.
make install — install depsmake typecheck — TypeScript type checkingmake build — typecheck + bundle for productionmake build-client — bundle frontend onlymake build-client-dev — bundle frontend with sourcemapsmake vendor — rebuild vendored frontend depsAll frontend JS dependencies are vendored in public/vendor/.
The make vendor target rebuilds them from node_modules/.
Import maps in index.html resolve bare specifiers to vendored files.