Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 340 Bytes

File metadata and controls

3 lines (2 loc) · 340 Bytes

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.