0.1.8 • Published 5 years ago

seek-ui v0.1.8

Weekly downloads
47
License
-
Repository
-
Last release
5 years ago

公告

UI库实际使用效果请自行体验,不做最终效果的保证 引入可能有差异,如有报错env不存在为配置的env需要babel-preset-env这个模块 请自行添加npm i babel-preset-env --save-dev

Seek UI

Seek-UI 是一款基于 Vue.js 2.0 的前端 UI 组件库,主要用于快速开发 PC 网站中后台产品 演示地址

特性

  • 基于 Vue 开发的 UI 组件
  • 使用 npm + webpack + babel 的工作流,支持 ES2015
  • 提供友好的 API,可灵活的使用组件

浏览器支持

安装

  • yarn
yarn add seek-ui
  • npm
npm install seek-ui --save

使用

import SeekUI from 'seek-ui' // 引入组件库
import 'seek-ui/packages/theme-default/lib/index.css' // 引入样式库

Vue.use(SeekUI)

贡献

如果你在使用 Seek-UI 时遇到问题,或者有好的建议,欢迎给我们提 IssuePull 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 as component-[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.