美文网首页
脚手架创建vue项目

脚手架创建vue项目

作者: 冰点雨 | 来源:发表于2021-12-13 17:15 被阅读0次

    打开文件夹路径

    cd /Users/mac/Desktop/vue 
    

    创建项目

    vue create vue_test
    

    执行结果

    mac@gjr vue % vue create vue_test
    
    
    Vue CLI v4.5.15
    ? Please pick a preset: Default ([Vue 2] babel, eslint)
    
    
    Vue CLI v4.5.15
    ✨  Creating project in /Users/mac/Desktop/vue/vue_test.
    🗃  Initializing git repository...
    ⚙️  Installing CLI plugins. This might take a while...
    
    
    added 1276 packages in 35s
    
    20 packages are looking for funding
      run `npm fund` for details
    🚀  Invoking generators...
    📦  Installing additional dependencies...
    
    
    added 55 packages in 4s
    
    20 packages are looking for funding
      run `npm fund` for details
    ⚓  Running completion hooks...
    
    📄  Generating README.md...
    
    🎉  Successfully created project vue_test.
    👉  Get started with the following commands:
    
     $ cd vue_test
     $ npm run serve
    
    mac@gjr vue % 
    
    

    相关文章

      网友评论

          本文标题:脚手架创建vue项目

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