# vue-test **Repository Path**: wikw/vue-test ## Basic Information - **Project Name**: vue-test - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-30 - **Last Updated**: 2021-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 作业 吴文浩 以组为单位 完成一个后台管理项目 要求:每个人必须有自己负责的部分功能。都参与进来。 页面可以重复 # 前端团队协作 小组长: 1.脚手架搭建项目 router vuex less 2.码云 git仓库 开发环境 master git clone 克隆仓库 git pull拉取代码 git add . git commit -m 'afaf' git push 添加开发者权限 组员:克隆代码之后 测试一下 3.搭建目录 规划 协调 模块化 api vuex views页面 4.工具类准备 axios cookie data 5.布局 引入 elementui //引入ui import ElementUI from 'element-ui'; import 'element-ui/lib/theme-chalk/index.css' Vue.use(ElementUI); cnpm i -S element-ui axios js-cookie 使用ui 布局容器 嵌套路由的配置 6.样式初始化 公共样式 7.考虑 适配 方案 rem 8.打包 部署 前端工程师: 1.静态页面 2.前后端联调 3.动态页面 4.提测