# 安装vue脚手架 npm install -g @vue/cli
# 查看版本 vue --version
# 创建一个项目 vue create hello-world
安装VUE脚手架4
原文:https://www.cnblogs.com/jockming/p/13139973.html