1.打开cmd,选定路径
2. vue init webpack "项目名称“
3.在项目路径下,安装一下项目依赖 cnpm install
4.运行 cnpm run dev
5.在浏览器中运行
6.ok