-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from liljaewayne/dev-admin
update readme
- Loading branch information
Showing
2 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,41 @@ | ||
# E-CommerceWebsite_admin_fe | ||
电商管理系统前端 | ||
|
||
## 项目简介 | ||
该项目是一个模拟电商网站,仿照目前主流电商网站的业务流程制作,仅作个人练习使用。 | ||
目前该项目已完整上线可以使用。 | ||
|
||
## 项目线上演示环境 | ||
前台访问地址: http://www.liujianwei.top/ | ||
|
||
管理系统访问地址: http://admin.liujianwei.top/ | ||
|
||
>管理员账号: admin | ||
管理员密码: admin | ||
|
||
## 项目布局 | ||
整体项目采用前后端分离开发模式,该项目为管理系统客户端,负责构建管理员交互界面,并请求服务端管理员服务。 | ||
|
||
- 公共前台前端项目: https://github.com/liljaewayne/E-CommerceWebsite_public_fe | ||
- 管理平台前端项目: https://github.com/liljaewayne/E-CommerceWebsite_admin_fe | ||
- 服务端项目: https://github.com/liljaewayne/E-CommerceWebsite | ||
- 接口文档: https://github.com/liljaewayne/E-CommerceWebsite/blob/master/doc/api_doc.md | ||
|
||
## 技术选型 | ||
### 项目部署环境 | ||
- nginx | ||
- tomcat(集群) | ||
- mysql | ||
- redis(集群) | ||
- vsftpd | ||
|
||
### 项目使用的技术 | ||
- JSX | ||
- NodeJs | ||
- Yarn | ||
- React | ||
- jQuery | ||
- Simditor | ||
- Font Awesome | ||
- rc-pagination | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters