File structure
The framework program contains an app that describes the overall program and multiple pages that describe their respective pages.
The main part of a framework program consists of three files, which must be placed in the root directory of the project, as follows:
File Required Function
app .js Yes Mini Program Logic
app.json Yes Mini Program Public Settings
app.wxss No Mini Program Public Style Sheet
A frame page consists of four files. They are: