From 5c8fca3397fcada23ce35ca2ee68a163c478c62b Mon Sep 17 00:00:00 2001 From: wanghao Date: Mon, 21 Aug 2023 23:22:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=A1=B9=E7=9B=AE=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E6=96=87=E6=A1=A3=EF=BC=8C=E5=A2=9E=E5=8A=A0=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=E5=A6=82=E4=BD=95=E5=9C=A8=E6=9C=AC=E5=9C=B0=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E5=89=8D=E7=AB=AF=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 项目部署文档.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/项目部署文档.md b/项目部署文档.md index 1e887a0..0da05de 100644 --- a/项目部署文档.md +++ b/项目部署文档.md @@ -363,6 +363,12 @@ docker run --name aurora-springboot-0.0.1.jar -d -p 8080:8080 aurora-springboot npm run build ``` + 如果想在本地 debug,可以执行下面这个命令: + + ```shell + npm run serve + ``` + 5. 在服务器的/usr/local/下面创建名为aurora-vue的文件夹, 6. 将打包好的前台代码重命名为blog, 并传输到服务器的/usr/local/aurora-vue下面