美文网首页
Vue-cli 安装 vue 方法

Vue-cli 安装 vue 方法

作者: littleyu | 来源:发表于2019-05-07 17:13 被阅读0次

    总是要上官网搜索vue-cli,上网速度太慢,记录于此。

    Vue CLI >= 3

    npm install -g @vue/cli
    # OR
    yarn global add @vue/cli
    
    vue create my-app
    

    Vue CLI 2

    npm install -g @vue/cli-init
    # vue init now works exactly the same as vue-cli@2.x
    vue init webpack my-project
    

    相关文章

      网友评论

          本文标题:Vue-cli 安装 vue 方法

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