vue的热更新配置

vue.js在命令中使用--inline --hot进行热更新配置,需要下载vue-hot-reload-api组件

也可以试试:

使用spring-boot-devtools组件进行热部署,shift+Ctrl+alt+/打开maintenance,选择registry,选择compile.automake.allow.when.app.running,idea中compile窗口选择build project automatically,通过在application.yaml文件中设置spring.devtools.restart.enabled:false和spring.devtools.livereload.enabled:false关闭后端的自动重启。

原文地址:https://www.cnblogs.com/nizuimeiabc1/p/12862532.html