安装VUE脚手架4
时间:2020-06-16 14:05:30
收藏:0
阅读:95
# 安装vue脚手架
npm install -g @vue/cli
# 查看版本
vue --version

# 创建一个项目
vue create hello-world
原文:https://www.cnblogs.com/jockming/p/13139973.html
评论(0)