Shannon_mu b2a625d4f5 视频和停车场移动过来 2 年 前
..
docs b2a625d4f5 视频和停车场移动过来 2 年 前
public b2a625d4f5 视频和停车场移动过来 2 年 前
src b2a625d4f5 视频和停车场移动过来 2 年 前
.browserslistrc b2a625d4f5 视频和停车场移动过来 2 年 前
.env.development b2a625d4f5 视频和停车场移动过来 2 年 前
.env.production b2a625d4f5 视频和停车场移动过来 2 年 前
.env.sit b2a625d4f5 视频和停车场移动过来 2 年 前
.gitignore b2a625d4f5 视频和停车场移动过来 2 年 前
.prettierrc b2a625d4f5 视频和停车场移动过来 2 年 前
LICENSE b2a625d4f5 视频和停车场移动过来 2 年 前
README.md b2a625d4f5 视频和停车场移动过来 2 年 前
README_EN.md b2a625d4f5 视频和停车场移动过来 2 年 前
babel.config.js b2a625d4f5 视频和停车场移动过来 2 年 前
package-lock.json b2a625d4f5 视频和停车场移动过来 2 年 前
package.json b2a625d4f5 视频和停车场移动过来 2 年 前
postcss.config.js b2a625d4f5 视频和停车场移动过来 2 年 前
vue.config.js b2a625d4f5 视频和停车场移动过来 2 年 前

README.md

项目启动方式 npm install or cnpm install

npm run serve or npm run dev

公用模块组件封装 @components/common header sidebar tags

公用功能模块封装 @components/common table form treeSelect

store公用方法处理

this.$store.dispatch("openModal",{}) //弹出弹框封装方法

main.scss

公用样式,注意样式冲突
class="el-fl-left"  左浮动   class="el-fl-right"  右浮动