webstorm custom project template

Create project templates.
Method 1:
1. Create an empty project like a regular project, and then import the required files.
2. Then click Tools---- save project as Template --- After entering the name and description of the project template --- Click OK
3. The project template is created.


Method 2:
Compress the project and put it in C:\Users\username\.WebStorm2019.1\config\projectTemplates. Where .WebStorm2019.1 depends on the current editor version.


Project template update instructions:
1. If you use method 1 to create, you only need to repeat the operation of method 1 when you need to update, without changing the name of the project template.
2. If you use method 2, you only need to press the bag again and put it in.
    
    

Afterwards, when creating a new project, you can see the custom template in the new project.


 

Guess you like

Origin blog.csdn.net/QiZi_Zpl/article/details/102623166