tpm-ui
v1.2.0
Published
CRB.TPM前端框架
Downloads
4
Readme
说明
CRB.TPM.UI
是基于Vue3
+Vite
+Element Plus
开发的业务模块化快速开发框架(不支持 IE),目前仍在紧张开发完善中。
功能特点
CRB.TPM.UI
包含以下功能特点:
1、业务模块化:业务模块通过 npm 分发安装,开发人员只需关注自己模块的业务逻辑。
3、国际化:使用 i18n 集成了国际化功能
等等...
运行
npm install
npm run dev
编码约定
样式
组件样式的 class 采用连字符-
连接,组件内部区域的 class 采用下划线_
连接,如:
m-container 组件:
m-container
、m-container_main
m-flex-col 组件:
m-flex-col
、m-flex-col_top
版本更新
2022-10-10 ~ v1.0.3
调整默认主题布局增加Tabnav 选项卡导航功能。
修复错误警告 You are running the esm-bundler build of vue-i18n. It is recommended to configure your bundler to explicitly replace feature flag globals with boolean literals to get proper tree-shaking in the final bundle. 问题。
修复错误警告DEPRECATED: 'normal' hierarchy in lineStyle has been removed since 4.0. All 问题。
修复错误警告 can only be used on a single element. Use for lists 问题。
版本更新至1.0.2 ->1.0.3。