Skip to content
/ weup Public

微信小程序原生开发增强库,零入侵,无需编译,完全使用原生开发。

License

Notifications You must be signed in to change notification settings

hcsdtk/weup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weup

微信小程序原生开发增强库,执着原生开发。

读音同“威普”。

特性

  • 零入侵
  • 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() {}
})

参考demo

git clone https://github.com/hcsdtk/weup.git

# 开发者工具-导入项目-example

# 安装
yarn 

# 开发者工具-工具-构建 npm

About

微信小程序原生开发增强库,零入侵,无需编译,完全使用原生开发。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published