Home  >  Article  >  Web Front-end  >  What ui framework is better for vue?

What ui framework is better for vue?

清浅
清浅Original
2019-05-05 16:22:5315890browse

Vue is a progressive framework for building user interfaces. It can be used in conjunction with various frameworks or tools. If you are doing a PC application, it is best to choose the ElementUI framework, and it is the best choice for App mobile development. AUI or ionIc framework is best.

What ui framework is better for vue?

Vue introduction:

Vue is a progressive framework for building user interfaces. Unlike other large frameworks, Vue is designed to be applied layer by layer from the bottom up. Vue's core library only focuses on the view layer, which is not only easy to get started, but also easy to integrate with third-party libraries or existing projects. On the other hand, when combined with a modern tool chain and various supporting libraries, Vue is fully capable of providing drivers for complex single-page applications.

Vue matching UI framework selection:

(1) If you are doing a PC-side application, the best choice is ElementUI

npm i element-ui -S

What ui framework is better for vue?

(2) It is best to choose AUI or ionIc for APP mobile applications

AUI 2.0 is a brand-new AUI framework that has been re-architected on the basis of 1.X. In 2.0, rem is used globally to control size, which perfectly adapts to mobile devices with different resolutions; the newly added theme style sheet facilitates developers to customize basic color styles and complete the customization of APP themes. Perfectly compatible with IOS 5.1 to Android 4.2. Therefore I think it is a good UI plug-in.

What ui framework is better for vue?

The above is the detailed content of What ui framework is better for vue?. 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
Previous article:what is reduxNext article:what is redux