vue脚手架使用


 1.安装

npm install -g @vue/cli

脚手架2的安装

npm install -g @vue/cli-init

2.项目创建

脚手架2创建项目

vue init webpack vue2Test

相关