Quickly build framework7 projects: app and H5

text

Many people will definitely have questions when using framework7 for projects: Can framework7 be used as an APP? Isn't framework7 only able to do H5 projects?

In fact, for a modern or modern app, there is no framework that does a certain type of project alone, such as framework7. For the current app, it is more accurate to say that it is a hybrid app . h5 is an app, but you need to add a shell to make it a package that can be installed on your phone. For example with Cordova or hbuilder.

In other words, as long as it can be packed, no matter what you use to make the project, it is considered an "app". And framework7 is a framework that focuses on H5 development, and can cooperate with vue and react. The developed app is more like app than directly using responsive style.

For others, such as public accounts, such as embedded applets, etc., it is actually just an H5 web page. You only need to package the code developed by framework7 and put it on the website and put a link to access it.

However, if you just want to make a package into a project like an APP, this is definitely enough, but if you want to call lower-level things, such as native APIs such as cameras, Alipay payments, etc., then you rely on your Packaging environments such as hbuilder's H5+, Cordova's native plug-ins, etc., now the industry has many solutions for this.

Summarize

One end of framework7 is developed for multi-end use, which is actually a packing technology, which is the same as many frameworks on the market. So the point is not what this framework can do, but thanks to the packing technology currently on the market.

reference link

Introduction to the current mainstream App development methods

Three development modes of APP

Guess you like

Origin blog.csdn.net/qq_22502303/article/details/105994595