en un clic
parcel
Parcel zero-config bundler. Use for simple bundling.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Parcel zero-config bundler. Use for simple bundling.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Android Studio IDE with emulator and profiler. Use for Android development.
Atom hackable text editor from GitHub. Use for extensible editing.
Babel JavaScript compiler for compatibility. Use for transpiling.
Biome fast formatter and linter. Use for code quality.
Bitbucket Git repository hosting with Pipelines. Use for Atlassian teams.
Confluence team documentation platform. Use for documentation.
| name | parcel |
| description | Parcel zero-config bundler. Use for simple bundling. |
Parcel is the "Zero Config" bundler. It works out of the box for React, Vue, Rust (Wasm), and more. v2.12 uses Lightning CSS for extreme performance.
index.html to work.It auto-detects transforms. If you import './style.scss', it installs sass automatically.
Aggressive filesystem caching makes restarts instant.
Parallelizes work across all cores.
Do:
<script type="module">: Point Parcel at your HTML file as the entry.macros: Parcel supports build-time macros.Don't: