The UI frameworks of vue.js include: Element, iview, vuetify, vue-strap, cube-ui, buefy, vue-beauty, at-ui, Vue-Blu, vue-storefront, etc.
UI framework based on vue.js
1. Element
The button component of the element ui framework, this open source UI framework developed by Ele.me front-end, has won the hearts of a large number of programmers since its launch. On github, the star rating is as high as 29.8k, which already explains everything. It is more than enough for developing PC-side pages. If you are a Vue developer but have never used element UI, then you are definitely not a qualified Vue developer.
Document address: http://element-ui.cn
2: iview
iView is a set of open source UI component libraries based on Vue.js, which mainly serves mid- and back-end products for PC interfaces. The Vue component development model using a single file is developed based on npm webpack babel. It supports ES2015 high-quality, feature-rich and friendly API, allowing free and flexible use of space. It is developed and maintained by TalkingData, and is used by many well-known Internet companies.
Official website address: https://www.iviewui.com/
Three: vuetify
Vuetifyjs provides UI layout according to material design specifications. V 1.0 Alpha version provides over 80 reusbale components with an easy-to-remember semantic design based on type attributes with simple and clear names type-as-you. There are over 7K stars on GitHub.
Official website address: https://vuetifyjs.com/zh-Hans/
Four: vue-strap
Bootstrap components based on Vue.js This repository contains a series of native Vue.js components based on Bootstrap markup and CSS. So there is no need for jQuery and Bootstrap JavaScript files. The only thing you need to depend on is: Vue.js Bootstrap CSS. VueStrap does not depend on a very precise Bootstrap version. If you like bootstrap but don’t want to change the development method of jquery, this is the best choice.
Official website address: http://yuche.github.io/vue-strap/
Five: cube-ui
cube-ui is an exquisite mobile component library based on Vue.js developed by Didi team. It supports on-demand introduction and post-compilation, is lightweight and flexible; has strong scalability and can easily implement secondary development based on existing components.
Official website address: https://didi.github.io/cube-ui/#/zh-CN/example
Six: buefy
Buefy is a lightweight UI component based on Bulma and Vue.js. It provides ready-to-use lightweight components. Although the component selection is limited, it is worth trying.
Official website address: https://buefy.org/#/
Seven: vue-beauty
A beautiful vue component library based on ant design; vue-beauty is a set of PC-side UI component libraries based on vue.js and ant-design styles, designed to help developers improve product experience and development efficiency, and reduce maintenance cost.
Official website address: https://fe-driver.github.io/vue-beauty/#/components/button
8: at-ui
AT-UI is a modular front-end UI framework that develops fast and powerful Web interfaces based on Vue.js. Built specifically for desktop applications, AT-UI provides a set of npm webpack babel front-end development workflows. The all-English documentation may be challenging for users, but it provides a decent clean and tidy UI component.
Official website address: https://at-ui.github.io/at-ui/#/zh
9: 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). Comprehensive, flexible and powerful UI components with friendly API.
Official website address: https://chenz24.github.io/vue-blu/#/
10: vue-storefront
Vue. js Storefront - A framework that integrates PWA into e-commerce and supports offline access
Official website address: http://vuestorefront.io/
Related recommendations:
2020 Summary of front-end vue interview questions (with answers)
vue tutorial recommendation: 2020 latest 5 vue.js video tutorial selection
For more programming-related knowledge, please visit: Programming Teaching! !
The above is the detailed content of What ui frameworks are there for vue.js?. For more information, please follow other related articles on the PHP Chinese website!