Skip to content

UI Component Library Base on Vue.js(2.x) and Bulma

License

Notifications You must be signed in to change notification settings

xianzhi0520/vue-blu

 
 

Repository files navigation

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

Copyright and License

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

About

UI Component Library Base on Vue.js(2.x) and Bulma

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Vue 44.6%
  • JavaScript 40.8%
  • CSS 14.2%
  • HTML 0.4%