0.0.10-rc4 • Published 7 years ago
ballon v0.0.10-rc4
Ballon
A Vue.js UI Library
Install
npm install ballon --save
Quick Start
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)
Project Structure
├── README.md
├── build --------------------- webpack 构建目录
├── components.json
├── config
├── dist --------------------- 组件打包目录
├── examples ------------------ 文档目录
├── index.html
├── package-lock.json
├── package.json
├── packages ----------------- 组件目录
├── src ----------------------- 项目源代码
├── static
└── test
Changelog
TO DO...
RoadMap
- 组件支持按需加载
- 添加样式目录结构
- 支持国际化
- 添加自动化构建 Travis CI
- 绑定 GitHub Page
- 开发指南添加到 WIKI
- 单元测试
- 添加脚本自动化
FAQ
License
0.0.10-rc4
7 years ago
0.0.10-rc3
7 years ago
0.0.10-rc2
7 years ago
0.0.10-rc1
7 years ago
0.0.9
7 years ago
0.0.8-rc5
7 years ago
0.0.8-rc4
7 years ago
0.0.8-rc3
7 years ago
0.0.8-rc1
7 years ago
0.0.8
7 years ago
0.0.7-rc1
7 years ago
0.0.7
7 years ago
0.0.6
7 years ago
0.0.5
7 years ago
0.0.5-rc4
7 years ago
0.0.5-rc3
7 years ago
0.0.5-rc2
7 years ago
0.0.5-rc1
7 years ago
0.0.4
7 years ago
0.0.3
7 years ago
0.0.2
7 years ago
0.0.1
7 years ago