微信小程序原生开发增强库,执着原生开发。
读音同“威普”。
- 零入侵
- Page mixin
- 全局状态管理
- bus
- 工具类
小程序开启 npm 模块。
npm install --save weup # 或者:yarn add weup
全局引入
// app.js
import weup from 'weup'
// 全局安装
weup.install()
单独引入
// page.js
import weup from 'weup'
weup.page({
onLoad() {}
})
// component.js
import weup from 'weup'
weup.component({
ready() {}
})
git clone https://github.com/hcsdtk/weup.git
# 开发者工具-导入项目-example
# 安装
yarn
# 开发者工具-工具-构建 npm