Home >Web Front-end >uni-app >What can uniapp do?

What can uniapp do?

青灯夜游
青灯夜游Original
2020-12-08 11:06:549725browse

uni-app is a front-end framework that uses Vue.js to develop cross-platform applications. It can be used to develop applications that are compatible with multiple terminals; developers write Vue.js code and compile it to iOS through uni-app , Android, WeChat applet and other platforms to ensure its correct operation and excellent experience.

What can uniapp do?

The operating environment of this article: Windows7 system, Dell G3 computer, uni-app2.5.1.

Recommended: "uni-app Development Tutorial"

uni-app is a front-end framework that uses Vue.js to develop cross-platform applications. Developers write Vue.js code, and uni-app compiles it to multiple platforms such as iOS, Android, and WeChat applets to ensure that it runs correctly and achieves an excellent experience.

uni-app inherits from Vue.js and provides a complete Vue.js development experience.

uni-app component specification and extension API are basically the same as WeChat applet.

Developers with some experience in Vue.js and WeChat applet development can quickly get started with uni-app and develop applications that are compatible with multiple terminals.

uni-app provides conditional compilation optimization, which can elegantly write personalized code for a certain platform and call proprietary capabilities without affecting other platforms.

uni-app still uses the 5 engine when packaged into App, and all capabilities of 5 can be used in uni-app. The running performance on the App side is basically the same as that of the WeChat applet.

For technicians: There is no need to learn so many platform development technologies and research so many front-end frameworks. It is enough to learn uni-app based on vue.

For companies: lower cost, covering more users, uni-app is an efficient tool.

In order to facilitate developers to experience the components, interfaces, and templates of uni-app, DCloud has released the Hello uni-app demonstration program. Hello uni-app implements a set of codes and is simultaneously released to iOS, Android, and WeChat mini-programs. program.

For more programming-related knowledge, please visit: Programming Teaching! !

The above is the detailed content of What can uniapp do?. 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