一、安装

npm install -g vue-cli

二、初始化项目

vue init webpack my-project

三、启动项目

cd my-project

npm run dev

 

相关文章: