vue-bulma2
v0.2.8
Published
A UI Component Library Base on Vue.js and Bulma
Downloads
7
Maintainers
Readme
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!(20170526) Thanks to Chenz, because of his oblivion to vue-blu project. We generated new version of vue-blu
近期其他事过于繁忙,以致没时间维护这个库了。很抱歉,不能更新和回答大家的问题。我会在大约两个月后回来继续更新维护它。谢谢大家的支持!(20170526)
Vue-Blu
Vue-Blu is an ui components library base on VueJS and Bulma that helps you build your web application easily
Installation
Blu is available on NPM
npm install vue-bulma2 --save
Quick Start
import Vue from 'vue'
import VueBlu from 'vue-bulma2'
import 'vue-bulma2/dist/css/vue-blu.min.css'
Vue.use(VueBlu)
Development
# install phyton 2.7
If it is not installed, it is required for sass build
# install sass
npm install node-sass --save
# install C++ compiler
Modify visual studio and install C++ package
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run package
Version
- 0.2.0
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.