The vue project is packaged and published to the server

When the vue project is developed to be deployed

1. Run the npm command npm run build in the project directory

2. Put the generated dist file into the webapps directory of the tomcat server and run it.

Guess you like

Origin blog.csdn.net/qq_37980436/article/details/105581239