Vue-Blu 发布啦!基于 Vue2.x 和 Bulma 的 UI 组件库

7,152 阅读1分钟
原文链接: chenz24.github.io

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

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.