Home >Common Problem >What is Vue-Blu?
Vue-Blu is an open source UI component library developed based on Vuejs and Bulma; it aims to provide a fast and flexible solution for PC-side front-end development (especially middle and back-end products). Vue-Blu has comprehensive, flexible and powerful UI components with friendly API.
Vue-Blu is an open source UI component library developed based on Vuejs and Bulma; it is designed to provide a fast way for PC-side front-end development (especially middle and back-end products) and flexible solutions.
Official website address: https://chenz24.github.io/vue-blu/#/
Features
Developed based on npm webpack babel, supports ES2015
Comprehensive, flexible and powerful ui components, API friendly
Style based on Bulma framework (Flexbox based ), simple layout, responsive
Customizable
##Installation
$ npm install vue-blu --save
Quickstart
import Vue from 'vue' import VueBlu from 'vue-blu' import 'vue-blu/dist/css/vue-blu.min.css' Vue.use(VueBlu)
Compatibility
Vue-Blu’s style library uses bulma - a new, modern, Flexbox-based Pure css framework. We do not advocate excessive 'componentization'. Elements such as layout and buttons have enough expressive power natively. After componentization, it will reduce efficiency and flexibility.
And Bulma is based on Flexbox The free open source CSS framework has been used by more than 200,000 developers; the author has also introduced this CSS framework. The current number of stars has exceeded 38.9k. It is indeed a very popular pure CSS framework
Bulma official website: http://bulma.io/
Related recommendations:Programming Study website2020 front-end vue interview questions summary (with answers)vue tutorial recommendation: The latest 5 vue.js video tutorial selections in 2020For more programming-related knowledge, please visit:
The above is the detailed content of What is Vue-Blu?. For more information, please follow other related articles on the PHP Chinese website!