preface
One day, I was assigned a project by the department manager, and the project manager asked me directly, will I use APICloud? (A little meng, this seems to have heard, but what is it?) And I said, "Yes," and I said, "Okay, you study for a week and then you follow me to the project. "
Then I went to the official website of APICloud to see the document. I didn't know where to start. Happen to have a video tutorial, introduction to basic - use APICloud app development entire process (at that time in this demo, the reduction of the process), feel very fun, is this time probably know APICloud is similar to the native development of a joke, if you are a native developers feel it's not your skills now? But it's a great benefit for an HTML only front end. Hee hee hee steal smile 😏
The effect
Success or failure will call the SMS interface, so you can harvest the good guy card or your love
Doesn’t it look great? I think it’s very tempting for a small business or individual to develop an app quickly, and it’s very easy to package, and it doesn’t require you to learn anything native. With all that said, go ahead and make an app of your own.
Follow me and do it
The preparatory work
To develop this app, you only need to download a development tool and register on the official website
- Apicloud Studio 3
- Sign up: Sign up at the official website and log in to the development tools (function: manage code)
code
I this is through the power of the majority of Internet users to obtain the source code, which is not much on a few pictures and a song. We can modify them accordingly. I am here to demonstrate the official website recommended confession artifact app development process 🔗, put the compressed code, remember to decompress
- Link: Web disk address extraction code: Gjua
Development steps
website
Open apicloud’s url and add a new item
Enter the project, function description
- The development of
- Development of cloud
- Application service
- The enterprise service
For us personally, we usually use end development, set the app icon, add apple and Android certificates, submit code, add modules, and then package.
The set up
certificate
code
The module
Compilation of cloud
Pull the code
Open the development tool Apicloud Studio 3 and import the new project you just created on the web page.
Initialize the drop-down code 👇
Real machine commissioning
You can check the documentation first, I’m using the real machine WIFI synchronization.
- First, make sure your phone and computer are on the same LAN
- Download Apploader software (debugging tool, you can also develop your own)
Open Apploader and scan the QR code. If the transparent button in the app turns green, the connection is successful
If the debugging interface is not displayed, run the following command under the index. HTML of the project
- iOS: command+i
- Android: control+i
To test this, add a line of code alert(‘ Vindicate debugger ‘) to index.htm and execute the above command.
This indicates successful debugging
Code to replace
Get the code for the web disk, unzip it and copy it all into our new project.
Upload the code, put the code for unversioned in changes, fill in the description and check the check box.
You can see it on the web page, the code has been added
Package compiled
Open the web page, because the ios certificate is special, so only demo android packaging.
Enter the alias, certificate library password, and certificate password
Then select the application name, application category, and platform
Compile the complete
Through the above simple steps, you will basically have a general understanding of APICloud, if skilled use, or read more documentation. There may be a fee for some features (where’s free lunch?).
conclusion
If you don’t have to write your own code, these steps are pretty simple. After all, learning a language first is a cumulative process, while tools can be learned quickly.
It turns out that APICloud can use vue syntax to develop an app, which feels much easier. You can have a try. When I saw this confession app, I was immediately interested in it, so I tried it. When I was really on the project, I needed to fill in many holes by myself.