vue-cli创建项目

npm install -g @vue/cli

vue create hello-world

cd hello-world

npm run server

原文地址:https://www.cnblogs.com/coder-lzh/p/11440154.html