Current location - Plastic Surgery and Aesthetics Network - Wedding planning company - Modify the page logo and title in the vue project
Modify the page logo and title in the vue project
Step 1: Rename the icon to "favicon.ico" and put it in the project root directory.

Step 2: Then introduce it into index.html and modify the page title in the title.

Step 3: modify the contents of webpack .dev.conf.js and webpack.prod.conf.js in the build folder respectively.

Step 5: Check the npm running server to see the effect.