Skip to content

Commit

Permalink
change project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
rocboss committed May 27, 2022
1 parent 70531ff commit 3e9384f
Show file tree
Hide file tree
Showing 63 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*.js linguist-language=go
*.css linguist-language=go
*.json linguist-language=go
*.vue linguist-language=go
*.html linguist-language=go
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ PaoPao主要由以下优秀的开源项目/工具构建

\* Zinc是一款轻量级全文搜索引擎,可以查阅 https://zincsearch.com/ 安装

以上环境版本为PaoPao官方的开发版本,仅供参考,其他版本的环境未进行测试
以上环境版本为PaoPao官方的开发版本,仅供参考,其他版本的环境未进行充分测试

<br />

Expand All @@ -92,9 +92,9 @@ PaoPao主要由以下优秀的开源项目/工具构建

#### 3.2 前端

1. 进入前端目录 `paopao-web`,编辑 `.env` 文件中后端服务地址,下载依赖包
1. 进入前端目录 `web`,编辑 `.env` 文件中后端服务地址,下载依赖包
```sh
cd 项目根目录/paopao-web
cd ./web
vim .env
yarn
```
Expand All @@ -106,11 +106,8 @@ PaoPao主要由以下优秀的开源项目/工具构建
build完成后,可以在dist目录获取编译产出,配置nginx指向至该目录即可

#### 3.3 其他

建议后端服务使用 `supervisor` 守护进程,并通过nginx反向代理后,提供API给前端服务调用。

短信通道使用的juhe数据,如果申请不下来,可以考虑替换其他服务商的

短信通道使用的juhe数据,如果申请不下来,可以考虑替换其他服务商。
代码结构比较简单,喜欢的朋友欢迎给个Star、贡献PR。

<!-- MARKDOWN LINKS & IMAGES -->
Expand Down
3 changes: 0 additions & 3 deletions paopao-web/.vscode/extensions.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3e9384f

Please sign in to comment.