首页 > 技术文章 > wepy的第一个demo

Annely 2019-07-10 12:11 原文

一、在node中安装相应的模块文件,查看文档

二、案例

json部分

{
"usingComponents": {
"van-button": "../vant-weapp/dist/button/index"
}
}
 
wxml部分
<van-button type="primary">按钮</van-button><!-- -->

推荐阅读