Shannon_mu df63d50b9d 3333 2 년 전
..
docs 6476dbf8de 能源管理 2 년 전
public fe5c3bcd38 网络资源替换本地资源 2 년 전
src df63d50b9d 3333 2 년 전
.browserslistrc 6476dbf8de 能源管理 2 년 전
.env.development 6476dbf8de 能源管理 2 년 전
.env.production 6476dbf8de 能源管理 2 년 전
.env.sit 6476dbf8de 能源管理 2 년 전
.gitignore 6476dbf8de 能源管理 2 년 전
.prettierrc 6476dbf8de 能源管理 2 년 전
LICENSE 6476dbf8de 能源管理 2 년 전
README.md 6476dbf8de 能源管理 2 년 전
README_EN.md 6476dbf8de 能源管理 2 년 전
babel.config.js 6476dbf8de 能源管理 2 년 전
package-lock.json 6476dbf8de 能源管理 2 년 전
package.json 6476dbf8de 能源管理 2 년 전
postcss.config.js 6476dbf8de 能源管理 2 년 전
vue.config.js fe5c3bcd38 网络资源替换本地资源 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"  右浮动