// 1.依赖包加载
yarn
// 2.启动项目
yarn serve
// 3.项目打包
yarn build
// vue-cli 脚手架搭建
yarn add @vue/cli
vue create vue-admin
cd vue-admin
yarn serve
// 技术选型
element-ui // UI库
less // 样式
js-cookie // 存储账户信息
axios // 接口请求
rap2 // 接口模拟
vue-router// 路由操作
vuex // 状态管理