# colpu-reader **Repository Path**: ycg520520/colpu-reader ## Basic Information - **Project Name**: colpu-reader - **Description**: 纯js原生开发的漫画阅读阅读器插件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-29 - **Last Updated**: 2023-02-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 阅读器插件 ## 打包编译 ```bash npm start npm run nodmon npm run build ``` - 皮肤打包编译请输出执行下面bash命令 ```bash NODE_ENV=development rollup -w -f cjs --no-treeshake -c --silent -i 输入文件 -o 输出文件 NODE_ENV=production rollup -f cjs --no-treeshake -c --silent -i 输入文件 -o 输出文件 ``` - 将图片拷贝到对应的皮肤目录下的images文件夹 - layer 插件开发 ``` bash NODE_ENV=development rollup --watch -f cjs --no-treeshake -c --silent -i ./layer/index.js -o ./layer/index.min.js ```