A Vue.js UI Library
npm install ballon --save
import Vue from 'vue'
import Ballon from 'ballon'
import 'ballon/dist/styles/ballon.css'
Vue.use(Ballon)
// or according to the need to load
import {
Badge,
// ...
} from 'ballon'
Vue.component(Badge)
├── README.md
├── build --------------------- webpack 构建目录
├── components.json
├── config
├── dist --------------------- 组件打包目录
├── examples ------------------ 文档目录
├── index.html
├── package-lock.json
├── package.json
├── packages ----------------- 组件目录
├── src ----------------------- 项目源代码
├── static
└── test
- Badge: Add Badge demo components to testing (a29017c)
- Demand: Added the function to load on demand (e9a7e81)
- Locale: Add language localization (9b0d7dc)
- Style: Add theme-default file about less style (b0314f6)
- Docs Route: Optimize the routing structure of the document and the compatible language switch (84964bc)
- Markdown: Optimize the demo-block component and Add part of the document (46fbf19)
- SideNav: Optimize the sidenav and route config file (8a2f6ae)
- 组件支持按需加载
- 添加样式目录结构
- 支持国际化
- 添加自动化构建 Travis CI
- 绑定 GitHub Page
- 开发指南添加到 WIKI
- 单元测试
- 添加脚本自动化