1. vue 环境搭建
安装 vue-cli
npm install -g vue-cli
创建工程
vue init webpack wft-material-front
工程文档: https://vuejs-templates.github.io/webpack
运行工程
cd wft-material-front
npm install
npm run dev
添加 vue-router
npm install --save vue-router
安装 vue-cli
npm install -g vue-cli
创建工程
vue init webpack wft-material-front
工程文档: https://vuejs-templates.github.io/webpack
运行工程
cd wft-material-front
npm install
npm run dev
添加 vue-router
npm install --save vue-router