使用vant构建一个微信小程序

一、新建一个空白小程序 按照vant官网执行第一步:javascript # 经过 npm 安装 npm i @vant/weapp -S --production # 经过 yarn 安装 yarn add @vant/weapp --production # 安装 0.x 版本 npm i vant-weapp -S --production //三选其一 二、初始化: npm init
相关文章
相关标签/搜索