Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/OHUHO/portal
SpringBoot + Vue 实现的 企业宣传官网,门户网站
https://github.com/OHUHO/portal
Last synced: 12 days ago
JSON representation
SpringBoot + Vue 实现的 企业宣传官网,门户网站
- Host: GitHub
- URL: https://github.com/OHUHO/portal
- Owner: OHUHO
- Created: 2023-03-13T00:24:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-06T09:52:37.000Z (4 months ago)
- Last Synced: 2024-08-01T18:26:53.556Z (3 months ago)
- Language: CSS
- Size: 2.54 MB
- Stars: 153
- Watchers: 1
- Forks: 56
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 企业门户网站公司产品宣传网站
## 仓库代码概述
| 包名 | 描述 |
| :-----------: | :--------: |
| portal | 前端项目 |
| portal-server | 后端项目 |
| portal.sql | 数据库脚本 |## 项目安装
### 代码快速获取
- GitHub
```bash
git clone https://github.com/OHUHO/portal.git
```- Gitee
```bash
git clone https://gitee.com/OHUHO/portal.git
```### 代码运行
- 后端项目
- 本地运行sql脚本,导入基本数据
- 修改后端项目配置文件中的数据库连接信息(mysql为8.0+)
- 使用idea运行- 前端项目
```bash
npm install
npm run serve
```## 网页访问
网页本地访问:http://localhost:8087
接口文档访问:http://localhost:8087/doc.html
## 项目详细页面
通过我的微信公众号【京茶吉鹿】了解更多