Vue-Blu

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

Github stars Tracking Chart

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+

Overview

Name With Ownerchenz24/vue-blu
Primary LanguageVue
Program languageJavaScript (Language Count: 4)
PlatformBSD, Cross-platform, Linux, Mac, Unix-like, Windows
License:MIT License
Release Count0
Created At2017-01-02 08:38:01
Pushed At2023-10-31 07:59:41
Last Commit At2023-10-31 15:59:33
Stargazers Count1.6k
Watchers Count59
Fork Count226
Commits Count60
Has Issues Enabled
Issues Count113
Issue Open Count60
Pull Requests Count3
Pull Requests Open Count6
Pull Requests Close Count3
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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.

To the top