Home >Common Problem >What is Vue-Blu?

What is Vue-Blu?

青灯夜游
青灯夜游Original
2020-11-11 15:46:103061browse

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.

What is Vue-Blu?

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

    ##Based on Vuejs2.x
  • Modern browsing Server and IE10
Note:

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:


2020 front-end vue interview questions summary (with answers)

vue tutorial recommendation: The latest 5 vue.js video tutorial selections in 2020

For more programming-related knowledge, please visit:
Programming Study website

! !

The above is the detailed content of What is Vue-Blu?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn