wx miniprogram app


Keywords
wx, wx app, wx-app
License
MIT
Install
npm install @tool-developer/wx-app@0.0.6-canary.5

Documentation

wx-miniprogram

微信小程序基础工具包,方便快速开发小程序。

目前提供支持包列表

通过@tool-developer/wx-async可以在小程序中使用async task的方式来处理代码。

通过@tool-developer/wx-md5可以在小程序中使用md5处理数据。

通过@tool-developer/wx-request可以在小程序中像axios那样发起请求。

通过@tool-developer/wx-storage可以在小程序中进行(get/set/remove)数据存储操作。

通过@tool-developer/wx-unit可以在小程序中进行单元测试。