From cdf731a052ea40506ff26d9aa69163fe6187919b Mon Sep 17 00:00:00 2001 From: Eric <01714308@yto.net.cn> Date: Tue, 10 Feb 2026 17:32:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- idp/frontend/README.md | 25 +++++++++++++++++++++++++ portal/frontend/portal/README.md | 25 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 idp/frontend/README.md diff --git a/idp/frontend/README.md b/idp/frontend/README.md new file mode 100644 index 0000000..1bb4242 --- /dev/null +++ b/idp/frontend/README.md @@ -0,0 +1,25 @@ +## 开发 + +```bash +# 进入项目目录 +cd frontend + +# 安装依赖 +npm install + +# 可以使用pnpm +npm install --registry=https://registry.npmmirror.com + +# 启动服务 +npm run dev +``` + +浏览器访问 http://localhost:80 + +## 发布 + +```bash + +# 构建生产环境 +npm run build +``` \ No newline at end of file diff --git a/portal/frontend/portal/README.md b/portal/frontend/portal/README.md index e69de29..8023687 100644 --- a/portal/frontend/portal/README.md +++ b/portal/frontend/portal/README.md @@ -0,0 +1,25 @@ +## 开发 + +```bash +# 进入项目目录 +cd portal + +# 安装依赖 +npm install + +# 可以使用pnpm +npm install --registry=https://registry.npmmirror.com + +# 启动服务 +npm run dev +``` + +浏览器访问 http://localhost:80 + +## 发布 + +```bash + +# 构建生产环境 +npm run build:prod +``` \ No newline at end of file