Tag

Gulp

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 23, 2023 · Frontend Development

How Ant Design, Arco Design, and Semi Design Package Their React Component Libraries

This article examines the directory structures, package.json entries, and build scripts of popular React component libraries—Ant Design, Arco Design, and Semi Design—explaining how they generate CommonJS, ES Module, and UMD bundles using tools like tsc, Babel, Webpack, and Gulp, and shows how to apply the same approach when creating your own library.

BabelGulpReact
0 likes · 8 min read
How Ant Design, Arco Design, and Semi Design Package Their React Component Libraries
Sohu Tech Products
Sohu Tech Products
Apr 27, 2022 · Frontend Development

Progressive Optimization Journey of a WeChat Mini Program

This article chronicles the step‑by‑step optimization of a WeChat mini‑program, covering native stack choices, ES6+ adoption, modular architecture, versioning, code formatting, request abstraction, UI component migration, ESLint, unit testing, routing, environment handling, Gulp workflow, CSS variables, and sub‑package strategies.

ES6ESLintGulp
0 likes · 34 min read
Progressive Optimization Journey of a WeChat Mini Program
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 30, 2022 · Frontend Development

Implementing Internationalization in a Large React Project Using Gulp and Webpack

This article outlines a practical approach for adding i18n support to a mature React-based project by consolidating language resources, using i18next for business strings, leveraging Gulp for on‑demand locale builds, and integrating Webpack for seamless runtime loading and cache management.

GulpInternationalizationReact
0 likes · 11 min read
Implementing Internationalization in a Large React Project Using Gulp and Webpack
HomeTech
HomeTech
Oct 24, 2019 · Frontend Development

Implementation and Architecture of a Shop Storefront Decoration System Using Drag‑and‑Drop, TypeScript, and Gulp

This article explains the design and implementation of a car‑sales e‑commerce storefront editor, covering its three‑area layout, drag‑and‑drop module handling, TypeScript‑based backend processing, and Gulp build pipeline, while also discussing configuration, tasks, and future VR extensions.

Drag and DropGulpTypeScript
0 likes · 11 min read
Implementation and Architecture of a Shop Storefront Decoration System Using Drag‑and‑Drop, TypeScript, and Gulp
Architecture Digest
Architecture Digest
Aug 14, 2017 · Frontend Development

An Overview of Modern Front-End Development Workflow and Tools

This article provides a comprehensive overview of the front‑end development workflow, explaining core concepts like HTML, CSS, JavaScript, and detailing essential tools such as npm, Babel, Gulp, Webpack, and popular frameworks like React and Vue, while addressing their roles and interactions.

BabelGulpJavaScript
0 likes · 8 min read
An Overview of Modern Front-End Development Workflow and Tools
Qunar Tech Salon
Qunar Tech Salon
Mar 22, 2016 · Frontend Development

Using BrowserSync and Gulp for Automatic Browser Refresh in Web Development

This guide explains how to set up BrowserSync with Gulp and Node.js to automatically reload the browser whenever local web project files change, improving development efficiency by eliminating manual refreshes.

BrowserSyncGulpLive Reload
0 likes · 6 min read
Using BrowserSync and Gulp for Automatic Browser Refresh in Web Development
Architect
Architect
Oct 24, 2015 · Frontend Development

Case Study: React.js, Redux, and Node.js Architecture for Baidu Mami E‑commerce WebApp

This article presents a detailed case study of a mobile‑first single‑page web application built with React.js, Redux, React‑router, and a custom Node.js framework, describing the technology selection, development workflow, encountered challenges, and the advantages and drawbacks of the chosen stack.

GulpNode.jsReact
0 likes · 10 min read
Case Study: React.js, Redux, and Node.js Architecture for Baidu Mami E‑commerce WebApp