iview weapp
v2.0.0
http://inmap.talkingdata.com/wx/index_prod.html
Example of using WeChat scan to experience mini program components
Before starting to use iView Weapp, you need to read the relevant documentation of the WeChat applet custom component.
Go to GitHub to download the code of iView Weapp and copy dist
directory to your project. Then use the component as follows, taking Button as an example, and view other components on the corresponding documentation page:
"usingComponents" : {
"i-button" : " ../../dist/button/index "
}
< i-button type =" primary " bind:click =" handleClick " >这是一个按钮</ i-button >
We have built-in examples of all components. You can scan the small program code on the right to experience it, or view it in the WeChat developer tools as follows:
# 从 GitHub 下载后,安装依赖
npm install
# 编译组件
npm run dev
Then, open the examples
directory in WeChat Developer Tools.
MIT
Copyright (c) 2018-present, TalkingData