美文网首页
【vue】怎样使用vue3创建新项目

【vue】怎样使用vue3创建新项目

作者: 歌声缓缓 | 来源:发表于2021-03-07 23:13 被阅读0次

    只需要一个命令:vue create xxx

    如果现在的环境是vue2,会提示

    vue create is a Vue CLI 3 only command and you are using Vue CLI 2.9.6.

    You may want to run the following to upgrade to Vue CLI 3:

    npm uninstall -g vue-cli

     npm install -g @vue/cli

    $ cd xxx

    $ npm run serve

    相关文章

      网友评论

          本文标题:【vue】怎样使用vue3创建新项目

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