Home > Article > Web Front-end > What frameworks are vant and uni-app?
vant is a lightweight and reliable mobile Vue component library maintained by the front-end team of ZAN. It provides a complete set of UI basic components and business components. uni-app is a framework that uses Vue.js to develop all front-end applications. Developers write a set of codes that can be published to multiple platforms such as iOS and Android, allowing one set of codes to run on multiple terminals.
The operating environment of this tutorial: windows7 system, uni-app version 2.5.1, DELL G3 computer.
What is vant framework?
Vant is a mobile component library maintained by Zan’s front-end team, providing a complete set of UI basic components and business components. .
Vant is a lightweight and reliable mobile Vue component library that adopts the MIT open source protocol. It currently has 9k stars on github and is a popular open source component library. Through Vant, you can quickly build a page with a unified style and improve development efficiency. Currently, there are nearly 60 components, which are widely used in various mobile businesses of Youzan.
Features
60 High Quality Components
95% unit test coverage
Complete Chinese and English documentation and examples
Support on-demand introduction
Support theme customization
Support internationalization
Support TS
Support SSR
It is recommended to use webpack and babel to use Vant, so that you can use the rich plug-ins and personalized configuration provided by webpack. Vant supports babel-plugin-import. Using Vant through the babel plug-in can optimize the code size and improve front-end performance.
What is the framework of uni-app
uni-app is a framework that uses Vue.js to develop all front-end applications. Developers write a A set of codes that can be published to iOS, Android, Web (responsive), various mini programs (WeChat/Alipay/Baidu/Toutiao/QQ/DingTalk/Taobao), quick applications and other platforms.
uni-app has strong competitive advantages in six key indicators, including cross-end quantity, scalability, performance experience, surrounding ecology, learning cost, and development cost.
Features:
More cross-end numbers
Unlimited platform capabilities
Better performance experience
Rich surrounding ecology
Low learning cost
Low development cost
##Functional framework
Recommended: "uniapp tutorial"
The above is the detailed content of What frameworks are vant and uni-app?. For more information, please follow other related articles on the PHP Chinese website!