ワンクリックで
parcel
Parcel zero-config bundler. Use for simple bundling.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Parcel zero-config bundler. Use for simple bundling.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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: