# create-jdweb **Repository Path**: liz-q/create-jdweb ## Basic Information - **Project Name**: create-jdweb - **Description**: 京东 WEB 前端项目脚手架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-05 - **Last Updated**: 2025-08-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # web前端脚手架 ## 安装 ``` npm install create-jdweb -g ``` ## 更新 ``` npm update create-jdweb -g 或者 npm install create-jdweb@latest -g (推荐) ``` ## 执行 ``` create-jdweb 或者 npm create jdweb ``` ## 核心功能 1. 搭建统一规范的前端应用 2. 根据配置文件在 html 中动态插入或删除引入资源 ## 更新 html 引入资源 1. 修改项目根目录下的 `html-config.cjs` 配置文件 2. 执行 `npm run update-html` 命令即可