con un clic
parcel
Parcel zero-config bundler. Use for simple bundling.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Parcel zero-config bundler. Use for simple bundling.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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: