Skip to content

🚀 A lightweight component library based on Vue 2.x by BBT-FE

License

Notifications You must be signed in to change notification settings

BBT-FE/baobab-ui

Repository files navigation

Baobab-UI 中文

🚀 A lightweight, high quality component library based on Vue 2.x by BBT-FE https://BBT-FE.github.io/#/About

Links

Example QR

Example QR

Install

npm install -g baobab-ui --save

or

yarn add baobab-ui

Usage

import Vue from 'vue'
import BaobabUI from 'baobab-ui'
import 'baobab-ui/lib/baobab-ui.css'
Vue.use(BaobabUI)

ToDo

  • 更多组件
  • 主题支持

Development

git clone [email protected]:BBT-FE/Baobab-UI.git
cd Baobab-UI
yarn install
yarn start
  • Entry src catalogue to develop
  • The purpose of the example catalogue is to preview

ChangeLog

Detailed changes for each release are documented in the release notes.