diff --git a/README.en.md b/README.en.md index 09fbfdedd29a4e7bd868844d040cdb53c2be9813..3dfe389a7129514dab90a71e9d7e028eaa1de877 100644 --- a/README.en.md +++ b/README.en.md @@ -7,11 +7,13 @@ The website used vuepress + node.js as the basic framework of the front and back The file directory is explained as follows: +``` website-v2 ├─ data //This directory stores the module data independently maintained by a specific responsible person. For example, the current directory stores the data required for compatibility query. ├─ script //This directory stores the scripts needed to import documents, blogs and news into es (elastic search). ├─ server //This directory stores the code needed for back-end deployment and operation. For details, please refer to the README.md file in this directory. ├─ web-ui //This directory stores the code needed for front-end deployment and operation. For details, please refer to the README.md file in this directory. +``` #### Installation diff --git a/README.md b/README.md index d2fae1f1291e1293dbeced65b183623836802368..4abb22bdaf3de1dbecff02166cf9000b500acade 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,13 @@ 官网使用vuepress+node.js作为前后端的基础框架搭建。大部分功能仅通过静态文件渲染,只有少部分功能模块(日历、CVE、搜索)需要后端部署配合运行。 各目录解释如下: +``` website-v2 ├─ data //此目录存放由特定责任人独立维护的模块数据,例如目前存放的是兼容性查询所需的数据。 ├─ script //此目录存放文档、博客、新闻导入ES(elasticsearch)所需的脚本。 ├─ server //此目录存放后端部署和运行所需代码,详细介绍请参考此目录下的README.md文件。 ├─ web-ui //此目录存放前端部署和运行所需代码,详细介绍请参考此目录下的README.md文件。 +``` #### 本地部署教程