# template-npm-package **Repository Path**: wudongo/template-npm-package ## Basic Information - **Project Name**: template-npm-package - **Description**: 纯净版 npm package - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-29 - **Last Updated**: 2023-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # template ## 项目描述 纯净版 npm 包编写模板 ## 本地开发 ### 安装基础依赖 ```Basic npm i / yarn ``` ### 单元测试 ```Basic npm run test / yarn test ``` ### 打包 ```Basic npm run build / yarn build ``` ### 打包后产物目录:./dist