1、运行以下命令来创建一个新项目:
vue create hello-world
2、启动:
npm run serve
3、效果:
vue 创建项目
原文:https://www.cnblogs.com/web-fusheng/p/11915610.html