美文网首页
2020-09-18 在微信小程序中安装vant-weapp

2020-09-18 在微信小程序中安装vant-weapp

作者: 海边的愚人 | 来源:发表于2020-09-18 11:22 被阅读0次

    在微信小程序根目录添加 package.json (打开终端进入小程序所在根目录)

    npm init
    

    安装npm 包

    npm install --production
    

    安装vant-weapp

    npm install @vant/weapp -S --production
    

    微信开发者工具 “工具 ----> 构建npm” 等待几秒钟,就构建完成了

    相关文章

      网友评论

          本文标题:2020-09-18 在微信小程序中安装vant-weapp

          本文链接:https://www.haomeiwen.com/subject/ngadyktx.html