From 402e2c02ca109f3ad4633f9e304d63bdfba029aa Mon Sep 17 00:00:00 2001 From: tangzhang Date: Wed, 3 Aug 2022 10:01:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0flyfish-design2=5F2=E6=9E=B6?= =?UTF-8?q?=E6=9E=84=E7=9B=AE=E5=BD=95=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/zh/flyfish/design/design2_2.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/docs/zh/flyfish/design/design2_2.md b/docs/zh/flyfish/design/design2_2.md index ea729b1..0a66888 100644 --- a/docs/zh/flyfish/design/design2_2.md +++ b/docs/zh/flyfish/design/design2_2.md @@ -26,25 +26,26 @@ next: ./design2_2 ├── lcapDataServer # 后端数据处理项目源码 │   ├── lcap-server │   ├── Dockerfile -├── lcapWeb # 前端项目源码 -│   ├── FlyFish-2.1.0.conf # nginx 配置 +├── lcapWeb # 前端项目源码 (-npm install/build) +│   ├── FlyFish-2.1.0.conf # nginx 配置 │   ├── config │   ├── postcss.config.js │   ├── scripts │   ├── src │   ├── themes │   └── webpack.config.js -└── lcapWww # 飞鱼平台文件资源存储目录 - ├── application_build - ├── application_tpl - ├── applications - ├── build.js - ├── common - ├── component_tpl - ├── components - ├── scripts - ├── target - └── web +    └── www # 飞鱼平台文件资源存储目录 - bulid需要 + ├── application_build + ├── application_tpl + ├── applications + ├── build.js + ├── common + ├── component_tpl + ├── components + ├── scripts + ├── target + └── web + └── lcapWeb #前端项目打包部署目录-资源访问目录。nginx ``` ## 技术栈