Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

2 Code Structure of Mini Program

Mini programs consists of configuration file (JSON), view file(WXML), stylesheet (WXSS) and service logic(JavaScript). In this chapter, these files will be explained based on the QuickStart Project created in the previous chapter. Trying while reading is strongly recommended to grasp the code structure.