1. Antecedent summary
The annual completion period has come again, and not surprisingly, many friends will be bald because of this. Unfortunately, the blogger is also one of them. As a computer major, I spent the four years of university unconsciously during the day-to-day release of myself, and finally succeeded in being unable to cry.
Although the four years of university did not give me a solid foundation of object-oriented programming, my ability to program for Baidu has been fully exercised, and my information retrieval ability has been super doubled.
After deciding on the subject, I started my journey of "fishing for the source code in a haystack". . After stepping on countless pits and downloading a lot of code that could not be run, he finally found this- ordering template code 161d40f5b368eb. With the faint hope of clone, I really cried for joy when I found that this project could run normally.
To run this source code, you need to go to APICloud to download the compiler , and this compiler opened the door to a new world for me. After digging into this website, I found that this is really a treasure that can save Bishe people from fire and water. In addition to ordering templates, the software also provides many types of app source codes, which can be called directly. (All can run normally!!!)
2. How to use
I believe that all the friends who see this should all want to know how to use this website reasonably to complete the design. Not much to say, here is a brief introduction to my use process. divided into two steps: one is to import the project, and the other is to export the project.
Make a mistake, come again!
1. Import the project
First, select the project you want to import. Here I chose the order template. I chose this mainly because this template has the most information. You can refer to the official tutorial when you modify the code. You can actively try other templates.
2. Modify the code
Secondly, the most important step is to change the code magically. This project is based on the AVM framework, which is a framework proposed by APICloud itself, but don't panic, friends. Because the AVM framework is compatible with the grammatical features of Vue / React, if there are two frameworks, it is still very simple to learn, and if there are problems, you can refer to the official website technical document . The document is written in more detail.
APICloud provides a wealth of APIs and modules, which we can call according to our needs and quickly transform our own APP. The specific method calls can also refer official document .
When modifying the code, we perform a real-time preview. Here are two methods. One is to generate a simulated page inside the app.
The other is the real-device synchronization debugging preview. As long as the mobile phone and the compiler are located in the same network segment LAN, you can download the generated software to the mobile phone by scanning the code, and the changes brought by the code will be synchronized to the mobile phone in real time, which can be more page to get results fast and intuitive software. For details, refer to official document .
3. Package the code
Finally, we can package our own code. After determining that the function meets your needs, as long as you perform cloud compilation, you can generate the corresponding source code package.
Speaking of this, it is necessary to mention another powerful feature of this website. When compiling in the cloud, we can choose to generate code for multiple terminals at the same time, including Android, iOS, applets, and websites. In an instant, we can make the instructor feel that we have done a lot of work.
At this point, all the front-end work has been completed. There is no need for complex environment dependencies, and the process of modifying functions is super simple. It is really very friendly to my low-level technical staff!
Three, advanced functions
As of the last part, the blogger's complete needs can be covered, but after studying the official information, I found that its function is far more than the above part.
The platform also provides a background corresponding to the front-end template, which can complete functions such as data transmission and management. This part of the feature is temporarily not used by bloggers, so there is no in-depth study. If you have a small partner who needs it, you can explore it . official data cloud document 161d40f5b36bc6.
Four, reference materials
The blogger collected a lot of information when researching this platform, some of which are also mentioned above, here is a brief summary. I hope it can help the Bishe people like me.
Official website: https://www.apicloud.com/
Official document: https://docs.apicloud.com/
Part of the official tutorials and articles: https://cloud.tencent.com/developer/user/3952954
Source code:
Github: https://github.com/apicloudcom
Gitee: https://gitee.com/apicloud
Getting started video at station B: https://space.bilibili.com/627080013
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。