1、安装 node.js
下载网址:https://nodejs.org
2.通过 npm 安装
npm init -y
npm i @vant/weapp -S --production
3、修改 app.json
将 app.json 中的 "style": "v2" 去除
4、修改 project.config.json
关于修改 project.config.json 的详细内容,可见官方文档的快速上手中的步骤三
5、构建 npm 包
6、使用组件
官方文档详情参考网址:
介绍 - Vant Weapp (vant-ui.github.io)https://vant-ui.github.io/vant-weapp/#/home