2.0.16 • Published 12 months ago
icinfo-ui v2.0.16
icinfo-ui
前端PC端UI组件库
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
输出构建组件umd&主题样式css
npm run dist
其他项目组件接入
import IcinfoUI from 'icinfo-ui'
import 'icinfo-ui/lib/theme-chalk/index.css'
Vue.use(IcinfoUI)
调试
在本项目下执行
npm link
修改代码后执行
npm run dist
在需要引入的项目下执行
npm link icinfo-ui
案例
import IcinfoUI, { print } from 'icinfo-ui'
import 'icinfo-ui/lib/theme-chalk/index.css'
Vue.use(IcinfoUI)
开发组件
- 1、在
packages/components
下编辑组件,在packages/theme-chalk/src
下新增组件样式 - 2、在
packages/docs
下编辑相关使用案例文档 - 3、在
src/views/components
下编辑对应的案例和菜单(_layout.vue
)
开发工具函数
- 1、在
packages/helper/
下编辑相关代码 - 2、在
packages/docs
下编辑相关使用案例文档 - 3、在
src/views/components
下编辑对应的案例和菜单(_layout.vue
)
更新日志
- 0.4.0
- helper下新增加密方法
- 修复打包为lib库的时候不支持别名
- v0.4.1
- 加密相关bug修复
- 修复发布的文件中无法识别别名路径
1.0.2
1 year ago
1.0.1
1 year ago
1.0.0
1 year ago
1.0.9
12 months ago
1.0.8
12 months ago
1.0.7
12 months ago
1.0.6
12 months ago
1.0.4
1 year ago
1.0.3
1 year ago
2.0.15
12 months ago
2.0.3
12 months ago
2.0.16
12 months ago
2.0.2
12 months ago
2.0.13
12 months ago
2.0.5
12 months ago
2.0.14
12 months ago
2.0.4
12 months ago
2.0.11
12 months ago
2.0.7
12 months ago
2.0.12
12 months ago
2.0.6
12 months ago
2.0.9
12 months ago
2.0.10
12 months ago
2.0.8
12 months ago
2.0.1
12 months ago
2.0.0
12 months ago
1.0.11
12 months ago
0.5.4
1 year ago
1.0.10
12 months ago
0.5.3
1 year ago
0.5.5
1 year ago
1.0.13
12 months ago
0.5.2
1 year ago
1.0.12
12 months ago
0.5.0
2 years ago
0.4.0
2 years ago
0.5.1
2 years ago
0.3.3
2 years ago
0.2.1
2 years ago
0.1.2
3 years ago
0.1.1
3 years ago