Vue-Blu

Vue-Blu 是基于 Vuejs 和 Bulma 开发的开源 UI 组件库。(UI Component Library Base on Vue.js(2.x) and Bulma.)

Github星跟踪图

Vue-Blu是基于 VuejsBulma 开发的开源UI组件库。旨在为 PC 端的前端开发(特别是中后台产品)提供一个快速且灵活的解决方案。

特性
  • 基于 npm + webpack + babel 开发,支持 ES2015
  • 全面、灵活且强大的ui组件,API友好
  • 样式基于Bulma框架(Flexbox based),布局简单、响应式
  • 可定制化
安装
$ npm install vue-blu --save
快速开始
import Vue from 'vue'
import VueBlu from 'vue-blu'
import 'vue-blu/dist/css/vue-blu.min.css'

Vue.use(VueBlu)
开发
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run package
版本
  • 0.1.9 beta
兼容性
  • Vuejs(2.1.6+)
  • Modern browsers and IE10+

概览

名称与所有者chenz24/vue-blu
主编程语言Vue
编程语言JavaScript (语言数: 4)
平台BSD, Cross-platform, Linux, Mac, Unix-like, Windows
许可证MIT License
发布数0
创建于2017-01-02 08:38:01
推送于2023-10-31 07:59:41
最后一次提交2023-10-31 15:59:33
星数1.6k
关注者数59
派生数226
提交数60
已启用问题?
问题数113
打开的问题数60
拉请求数3
打开的拉请求数6
关闭的拉请求数3
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

Attention

I'm very sorry about the lack of concern about this library Recently. So busy in doing other things and I have no time to maintain it. I will be back in 2 about months. Thanks everyone!(20191203)

近期其他事过于繁忙,以致没时间维护这个库了。很抱歉,不能更新和回答大家的问题。我会在大约两个月后回来继续更新维护它。谢谢大家的支持!(20191203)

Vue-Blu

Vue-Blu is an ui components library base on VueJS and Bulma that helps you build your web application easily

Documents & Demo

documents & demo

Installation

Blu is available on NPM

npm install vue-blu --save

Quick Start

import Vue from 'vue'
import VueBlu from 'vue-blu'
import 'vue-blu/dist/css/vue-blu.min.css'

Vue.use(VueBlu)

Development

# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run package

Version

  • 0.1.9 beta

Compatibility

  • Vuejs(2.1.6+)
  • Modern browsers and IE10+

Credits

Blu is inspired or powered by these people or projects so I want to thank them

  • Vue great work
  • Bulma A modern CSS framework based on Flexbox
  • vue-admin for the original idea
  • ant-design some api design are referenced from this project
  • element-ui for the vue-markdown-loader

Code and documentation copyright 2017 Chenz. Code released under the MIT license. Docs released under Creative Commons.

TODO

Migrate to Vue 3.x in future.

去到顶部