0.0.7 • Published 2 years ago

u-helper v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

u-Helper

Feature

  • 启动微信开发工具
  • 依赖预检查
  • 上传微信小程序体验版
  • 集成钉钉机器人

Usage

npm install u-helper -D
u-helper init -y
npm run dev:mp-weixin
// vue.config.js
const wechatPlugin = require("u-helper")
module.exports = {
    configureWebpack:{
        plugins: [
            new wechatPlugin()
        ]
    }
}