# epmFG **Repository Path**: showi/epm-fg ## Basic Information - **Project Name**: epmFG - **Description**: the foreground of epms - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-12-28 - **Last Updated**: 2021-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue_demo1 > A Vue.js project ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). - 修改sidebar中item的内容,即可修改侧边栏内容 ```javascript [{icon: 'el-icon-lx-calendar',//icon index: '3',//这里似乎可以设置router-link title: '表单相关',//name,渲染在侧栏上 subs: [//子边栏 } ] ``` - 2020/12/29整体结构 ![image-20201229184817043](C:\Users\27879\AppData\Roaming\Typora\typora-user-images\image-20201229184817043.png) 从上到下分别为, 组件(其中common是公用的,类似client是专门给client界面用的) 路由表 utils:一些函数 windows: 最终展示的界面 最后一部分 为本项目代码运行入口