Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The way vscode runs the git project

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article shares some of vscode's ideas about how to run git projects. Xiaobian thinks it is quite practical, so share it with everyone for reference. Let's follow Xiaobian and have a look.

First open the folder as a workspace to store the project

Then press ctrl+`to open terminal, powershell opens by default under window

Then enter the git clone url command to pull the code of the git repository. The ssh address needs to be equipped with a certificate. Here, use http connection.

Item pulled successfully, you can see the item you pulled next to it.

Next, compile and run the project, then continue to open the terminal, switch to the project and directory, execute npm install, and compile

After compilation is completed, npm run runs, where dev stands for running in the development environment, reading dev configuration

The project's home page will automatically open after a successful run

Thank you for reading! About "vscode running git project method" This article is shared here, I hope the above content can be of some help to everyone, so that we can learn more knowledge, if you think the article is good, you can share it to let more people see it!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report