美文网首页
使用淘宝源安装库

使用淘宝源安装库

作者: 郭海杰 | 来源:发表于2019-08-19 10:52 被阅读0次

    -S或者--save意思是用于生产环境

    npm install vant --save --registry=https://registry.npm.taobao.org
    使用的时候分为全局引入和局部进入

    1.全局引入在main.js中

    import Vant from 'vant'
    import 'vant/lib/index.css'
    Vue.use(Vant)
    

    更多详细的请到Vant网站查看

    https://youzan.github.io/vant/#/zh-CN/quickstart

    相关文章

      网友评论

          本文标题:使用淘宝源安装库

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