How to delete a project using WeChat applets

Source: Internet
Author: User
This article describes how to delete a project by using a applet, for more information about how to delete a project, see this article, for more information, see

How does a applet delete a project?

The small program is very popular now. maybe the front-end engineer has a spring approaching. recently I learned this part of knowledge and also made some small demos. here I will talk about how to delete the project of the small program.

The project created locally by the applet does not have the deletion function. I tried to find a cleanup method and only passed the Mac osx test. windows can solve the problem by itself based on the principle. The principle is estimated to be the same:

You can delete the Default value in the data folder. all values are cleared. after deletion, you must scan the QR code to log on again.

Mac osx Directory:

$ HOME/Library/Application Support/web developer tool/Default

Remember to confirm the execution result to avoid unnecessary losses. The following command backs up the current directory as a weapp-backup.tgz and then deletes the directory. if a file appears, it can be restored through backup:

DES = "$ HOME/Library/Application Support/web developer tools/Default" & tar cvzf weapp-backup.tgz "$ DES" & rm-rf "$ DES"

After execution:

Thank you for reading this article. I hope it will help you. thank you for your support for this site!

The preceding section describes how to delete a project by using a applet. For more information, see other related articles in the first PHP community!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.