# javaScript-library-template **Repository Path**: supeijin_JavaScript/java-script-library-template ## Basic Information - **Project Name**: javaScript-library-template - **Description**: 基于rollup打包的三方库配置模版 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-11 - **Last Updated**: 2021-05-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于rollup打包的三方库配置模版 ## 打包当前库 ``` npm run lib ``` ## 执行测试文件 ``` npm run test ``` ## 发布当前库 ``` npm run pub ```