0.0.1 • Published 4 years ago
zmz-ui v0.0.1
公告
ZMZ-UI
项目开源,吸收各类的ui组件结合而成,供大家学习!如果有问题或者想开发一个定制组件请联系我们(加q群:581764678)
ZMZ UI
ZMZ-UI
是一款基于 Vue.js 2.0
的前端 UI 组件库,主要用于快速开发
演示地址
Logs 更新日志
v0.1.1 2019-8-22
- 1.新增
Lazyload
Radio
Checkbox
Switch
Dropdown
Progress
Tree
Table
组件基本用法 - 2.修复若干bug
特性
- 基于
Vue
开发的 UI 组件 - 使用 npm + webpack + babel 的工作流,支持 ES2015
- 提供友好的 API,可灵活的使用组件
浏览器支持
安装
- yarn
yarn add zmz-ui
- npm
npm install zmz-ui --save
使用
import ZMZUI from 'zmz-ui' // 引入组件库
import 'zmz-ui/packages/theme-default/lib/index.css' // 引入样式库
Vue.use(ZMZUI)
贡献
如果你在使用 ZMZ-UI
时遇到问题,或者有好的建议,欢迎给我们提 Issue 或 Pull Request
Pull requests 规范
Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub
All pull requests are welcome. Thanks for taking the time to contribute.
- Create an issue about the features, such as new components.
- Fork the repo to your own account.
- Clone your fork.
- Create a new branch base on
dev
, if you want to add new component, the branch name should be formatted ascomponent-[Component Name]
. (e.g.component-steps
) And the commit info should be formatted as[Component Name]: Info about commit
. - Make sure that running
npm run prepublish
outputs the correct files. - Rebase before creating a PR to keep commit history clear. (Merge request to branch
dev
) - Provide some description about your PR.