# wxmp-plugin-uniapp **Repository Path**: sync-github/wxmp-plugin-uniapp ## Basic Information - **Project Name**: wxmp-plugin-uniapp - **Description**: uniapp vue2 开发微信小程序插件 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: https://github.com/thiszhong/wxmp-plugin-uniapp - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-11-17 - **Last Updated**: 2022-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # uniapp + vue2 开发微信小程序插件 `uniapp` 插件打包当前还不支持 `vue 3`,[参考文档 https://ask.dcloud.net.cn/article/39290](https://ask.dcloud.net.cn/article/39290) ## Project setup ``` npm install ``` ### 开发 ``` // 自行补充 src/manifest.json/mp-weixin/plugins/myPlugin/provider 当前开发小程序 appId // 需要同时运行两个命令: npm run dev:mp-weixin npm run dev:wxplugin // 然后用小程序开发者工具打开本项目根目录即可预览 ``` ### 打包 ``` npm run build:wxplugin ``` ### 问题 暂无