npm安装vue-cli3

192 阅读1分钟

安装:npm install -g @vue/cli

检查:vue --version

创建:vue create project-name

注:项目名称不能驼峰命名。