微信小程序安装Vant Weapp组件库注意事项
1、在所建项目的根目录下初始化包配置管理文件
npm init -y
2、在根目录下执行
npm i @vant/weapp -S --production
3、在微信IDE的 工具-->选中构建npm,如下图
4、配合vant官网上“快速上手”一起使用
https://vant-contrib.gitee.io/vant-weapp/#/quickstart
npm init -y
npm i @vant/weapp -S --production
https://vant-contrib.gitee.io/vant-weapp/#/quickstart