vue项目打包到idea

1.在VSCode或WebStorm或其他编译器软件中执行命令:
npm run build
在项目根目录将会生成一个dist的文件夹
2.此文件夹下应有css、fonts、img、js、index.html等文件及文件夹
将除index.html文件的其他文件放到idea项目中resources/static目录下
3.将index.html文件放到resources\templates目录下

你可能感兴趣的:(vue)