بنقرة واحدة
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 ويثبّتها لك.
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.
استنادا إلى تصنيف SOC المهني
| 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: