https://github.com/myopenresources/hippo-pro
https://github.com/myopenresources/hippo-pro
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/myopenresources/hippo-pro
- Owner: myopenresources
- Created: 2023-08-28T09:48:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-29T03:53:55.000Z (over 2 years ago)
- Last Synced: 2025-02-16T08:44:29.213Z (11 months ago)
- Language: Vue
- Size: 38 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hippo-pro
欢迎使用河码桌面,河码桌面是一个基于vue3+vite+element pro + pnpm 创建的monorepo项目,项目采用的是类操作系统的web界面,操作起来简单又方便,符合用户习惯,又没有操作系统的复杂!
平台已支持electron,只需要将分支切换到electron即可,下面有electron的效果图。
## 页面

















## electron效果图


## 初始化
```sh
pnpm install
```
### 启动
```sh
pnpm start
```
### 打包
```sh
pnpm run build
```
### electron打包
```sh
pnpm run build-electron
```