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 change the project name in vuejs

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

This article will explain in detail how to change the project name in vuejs. The editor thinks it is very practical, so I share it for you as a reference. I hope you can get something after reading this article.

Change method: 1, open the project root directory under the "package.json" file, change the value of the "name" item to the new project name; 2, delete the "node_modules" folder; 3, enter the project folder in the terminal and execute the "npm install" and "npm run dev" commands.

The operating environment of this tutorial: CentOS 6 system, vue2.9.6 version, DELL G3 computer.

When we use vue-cli scaffolding to build a Vue project, we are asked to fill in the project name from the beginning. If you want to change the project name in the subsequent development process, here are the specific steps.

1. Modify the package.json file

Open the package.json file in the root directory of the project and change the name to the new project name.

2, reinstall the plug-in

(1) then we delete the "node_modules" folder.

(2) then enter the project folder in the terminal and execute the following command to reinstall all plug-ins.

Npm install

(3) finally, we can execute the following command to start the project.

This is the end of npm run dev's article on "how to change the project name in vuejs". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, please share it for more people to see.

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

Development