Shannon_mu a13889f5e7 空调节能接口 | il y a 1 an | |
---|---|---|
.. | ||
docs | il y a 2 ans | |
public | il y a 2 ans | |
src | il y a 1 an | |
.browserslistrc | il y a 2 ans | |
.env.development | il y a 2 ans | |
.env.production | il y a 2 ans | |
.env.sit | il y a 2 ans | |
.gitignore | il y a 2 ans | |
.prettierrc | il y a 2 ans | |
LICENSE | il y a 2 ans | |
README.md | il y a 2 ans | |
README_EN.md | il y a 2 ans | |
babel.config.js | il y a 2 ans | |
package-lock.json | il y a 1 an | |
package.json | il y a 1 an | |
postcss.config.js | il y a 2 ans | |
vue.config.js | il y a 2 ans |
项目启动方式 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" 右浮动