5 مستودعات
Automated processes for installing dependencies and executing build scripts for web and mobile interfaces.
Distinct from Decoupled Frontend and Backend Deployments: None of the candidates cover the specific 'build and serve' cycle for frontend interfaces without assuming a specific framework like Next.js.
Explore 5 awesome GitHub repositories matching devops & infrastructure · Frontend Build Pipelines. Refine with filters or upvote what's useful.
Lilishop هي منصة تجارة إلكترونية B2B2C متعددة البائعين مصممة كسوق حيث يمكن للتجار الخارجيين إدارة واجهات متاجر مستقلة داخل نظام بيئي موحد. تم بناؤها على بنية الخدمات المصغرة Spring Cloud وواجهة خلفية Spring Boot، باستخدام Vue و Uniapp لتقديم واجهات مستخدم متجاوبة عبر منصات الويب والجوال والبرامج المصغرة. تتميز المنصة بأدوات أتمتة تسويقية متكاملة، بما في ذلك الشراء الجماعي، وحملات المساومة، وشبكة توزيع تابعة قائمة على العمولات. كما تتميز بنظام تسوية مالية شامل يتعامل مع معالجة الدفع متعدد القنوات عبر Alipay و WeChat Pay، إلى جانب توزيع العمولات المؤتمتة وفواتير التجار. يغطي النظام مجموعة واسعة من عمليات التجزئة، بما في ذلك إدارة الكتالوج الهرمي، وتوزيع القسائم المؤتمت، وتتبع دورة حياة الطلب متعدد القنوات. يتضمن أدوات مخصصة للتحكيم في النزاعات، وتدقيق خدمات ما بعد البيع، وفهرسة بحث المنتجات متعددة الأوجه. تتم إدارة النشر من خلال نصوص Docker و Compose لتسهيل تنسيق خدمات API الموزعة والمستهلكين.
Automates the installation of dependencies and execution of build scripts to serve the user interface.
sass-loader هو إضافة لأداة بناء تقوم بتجميع ملفات مصدر Sass إلى CSS قياسي لتوافق متصفح الويب. يعمل كجسر بين منطق حل محرك البناء ومحركات تجميع Sass لمعالجة أوراق الأنماط. توفر الأداة غلافاً لمحركات تجميع Sass مختلفة، مما يسمح بتكوين محرك محدد. يتعامل مع حل استيرادات الأنماط الخارجية باستخدام منطق حل المسار الداخلي ويدعم حقن بيانات الأنماط المشتركة والمتغيرات في ملفات الإدخال لضمان الاتساق على مستوى المشروع. يدير النظام تحويل الأنماط من خلال خط أنابيب يتضمن توليد خرائط المصدر لربط CSS المجمع بملفات المصدر الأصلية وآلية توجيه تربط تحذيرات المترجم بمخرجات البناء.
Automates Sass processing and source map generation within a frontend build pipeline.
This project is a static site generator and build-pipeline orchestrator that converts markdown files and custom components into production-ready static HTML pages. It functions as a markdown content manager, allowing website structure and text to be defined through the direct modification of flat files. The system utilizes a file-system based router to map the website URL structure directly to the directory layout of the source files. It also includes a web component UI library to embed encapsulated, interactive user interface elements into otherwise static pages. The project covers the broa
Ships a frontend build pipeline to quickly transform content into a lightweight web presence.
This project is a comprehensive frontend engineering study guide designed to cover the essential technical concepts of modern web development. It serves as a multi-disciplinary reference for mastering the browser execution engine, the JavaScript language, and the structural fundamentals of the web. The collection provides deep dives into JavaScript language internals, including execution contexts, closures, prototypes, and the event loop. It further details web browser internals, focusing on the critical rendering path, DOM construction, and engine mechanics. The guide also covers web securi
Covers the fundamentals of frontend build pipelines, including module bundling and transpilation.
Generator-hottowel is a command-line utility designed to initialize web applications using standardized boilerplate, pre-configured build workflows, and integrated development environment settings. It functions primarily as a scaffolding tool that generates structured Angular projects, ensuring consistent architectural patterns and module organization from the start of the development lifecycle. The project distinguishes itself by providing a comprehensive suite of automation scripts that manage the entire frontend development workflow. This includes automated dependency asset injection, task
Streamlines the compilation of styles and optimization of assets to prepare source code for deployment.