# copy-html-plugin **Repository Path**: ccccccj/copy-html-plugin ## Basic Information - **Project Name**: copy-html-plugin - **Description**: 浏览器复制html插件 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-10 - **Last Updated**: 2025-02-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: Chrome插件 ## README ## 1 启动项目 需node环境 根目录下执行: ``` npm install ``` 若报错则换成 ``` npm install --global yarn yarn ``` 执行完后: ``` npm run watch (开发环境执行) npm run build (生产环境执行) ``` 项目打包自动生成dist文件,将dist文件放入chrome插件中加载即可 *** ## 2 版本更新