修改文档说明

This commit is contained in:
ypf 2023-04-07 21:02:52 +08:00
parent cd2ad96406
commit 93fe6ba2e2
2 changed files with 5 additions and 2 deletions

2
.env
View File

@ -5,4 +5,4 @@ VITE_PORT = 8888
VITE_OPEN = false
# public path 配置线上环境路径(打包)、本地通过 http-server 访问时,请置空即可
VITE_PUBLIC_PATH = /vue-next-admin-preview/
VITE_PUBLIC_PATH = ""

View File

@ -14,7 +14,10 @@
# 二. 学习步骤
1. 运行、测试、打包
1. 运行、测试、打包 【ok】
打包部署需要把.env中的 VITE_PUBLIC_PATH = "" 置空
2. 快速读一遍文档中的指南部分。
3. 原先是用的tag V2.0.0 版本,快速读一下到最新版本的升级记录。