parcel
Installation
SKILL.md
When to use this skill
Use this skill whenever the user wants to:
- 用 Parcel 零配置打包 Web 应用、支持多种资源与 HMR
- 配置入口、环境变量与部署输出
How to use this skill
- 使用:指定入口 HTML 或 JS;parcel build/watch;自动解析依赖与资源。
- 配置:.parcelrc、环境变量;多入口与 target。
- 参考:https://parceljs.org/
Best Practices
- 入口与资源结构清晰;生产 build 与缓存。
- 大项目可评估与 Vite/Webpack 对比;按需优化。