Home > Common Problem > body text

What is Vue-Blu?

青灯夜游
Release: 2020-11-17 16:37:05
Original
2990 people have browsed it

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
Copy after login

Quickstart

import Vue from 'vue'
import VueBlu from 'vue-blu'
import 'vue-blu/dist/css/vue-blu.min.css'

Vue.use(VueBlu)
Copy after login

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!

Related labels:
vue
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!