# sh-rep **Repository Path**: hellosanbao/sh-rep ## Basic Information - **Project Name**: sh-rep - **Description**: pnpm+changesets sh-工具集 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-23 - **Last Updated**: 2023-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 启动 安装依赖 ```shell $ pnpm i ``` dev调试 ```shell $ pnpm run dev:super-poster ``` 打开小程序开发者工具,导入demo中的uniapp项目的dist ### 打包发布 ```shell $ pnpm run build $ pnpm changeset # 提交代码到git仓库 $ pnpm changeset version $ pnpm publish -r ```