# baibaoxiang **Repository Path**: bashisan/baibaoxiang ## Basic Information - **Project Name**: baibaoxiang - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-03 - **Last Updated**: 2021-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安装 ## 初始化工程 ``` npm init -y ``` ## computed > 计算属性 computed 和监听器 watch 的实现。 > 使用方法:https://developers.weixin.qq.com/miniprogram/dev/extended/utils/computed.html ``` npm install --save miniprogram-computed ``` ## API Promise化 > 扩展微信小程序api支持promise > 使用方法:https://developers.weixin.qq.com/miniprogram/dev/extended/utils/api-promise.html ``` npm install --save miniprogram-api-promise ``` ## 图片裁剪组件 cropper > 见components