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.

去到頂部