Home > Article > Web Front-end > Is uniapp equivalent to vue?
Uniapp is not vue. uniapp is a front-end framework that uses Vue.js to develop cross-platform applications, and vue is a progressive JavaScript framework for building user interfaces.
Recommended: "uni-app Development Tutorial"
Uniapp is a cross-platform application developed using Vue.js front-end framework. Developers write Vue.js code, and Uniapp compiles it to iOS, Android, H5, and various mini program platforms.
Vue (pronounced /vjuː/, similar to view) is a progressive JavaScript 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, making it easy to integrate with third-party libraries or existing projects.
The difference between uniapp and vue
uni-app can be compiled into (Toutiao, Alipay, WeChat, QQ, Baidu) applet, Android version, ios version, h5 Version. Through packaging, a set of codes can be run on multiple terminals;
vue is designed for single-page applications on the web, but on the app, single-page applications will get stuck.
uni-app also has automatic frame preloading, loading pages faster.
The above is the detailed content of Is uniapp equivalent to vue?. For more information, please follow other related articles on the PHP Chinese website!