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

How to build a simple framework with vscode

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

Share

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

Editor to share with you how to use vscode to build a simple framework, I hope you will learn a lot after reading this article, let's discuss it together!

Take vscode+vue framework building as an example:

Step one:

Install node.js

After the installation is completed, open cmd:node-v to view the version (npm is integrated, you can view it directly), which shows that the following figure is installed successfully.

Step 2:

Install Taobao image: npm install-g cnpm-- registry= https://registry.npm.taobao.org

Step 3:

Install scaffolding: npm install-g @ vue/cli

Step 4:

Create a project: enter the location of your own project (example: d)

Create: vue create hello_vue

Step 5:

Install vscode, open the tool, file- "open folder-" to open the project file

Ctrl+~ opens the console; reinstallation dependency: cnpm install

Appears in the project framework after installation

Then start running the project!

Run: npm run dev

After reading this article, I believe you have a certain understanding of how to use vscode to build a simple framework, want to know more about it, welcome to follow the industry information channel, thank you for reading!

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