I wrote about the new project, this article about the configuration environment after we create a new mobile app, we will find a Mainifest.json file, the environment to be configured to develop the app is in this file
Click to open the file will have a configuration interface, in the configuration screen below the configuration of the content
Application information main write your project introduction and AppID and set the screen status of the phone
The icon setting is to set the icon of the app on the phone page must be in PNG format.
The start picture configuration is the App launcher image must also be PNG.
SDK configuration: A place where third-party authorization is verified, and if a third-party authorization is to be configured. such as login, QQ login, etc., must first apply for third-party authorization in the configuration. There is a guide on how to configure it on the page.
Module permissions configuration is the configuration of some permissions, I just started the project is 10M, feel too big, come back to find this configuration. Remove your unused configuration and delete the app as a 7.5M so the module privilege configuration is important for optimizing apps, which plays an important role in optimizing apps.
Page reference relationships are of little use.
Code view is a configured code please do not change it yourself, configure the prior permission configuration it will automatically change, we just ctrl+s OK. Be sure not to modify it yourself.
Configuration basically so much content, the next one will talk about how to write the Head and bottom tab
HTML5 Development App (Environment configuration)