update: README.md.

This commit is contained in:
Hamm 2021-08-10 14:58:23 +00:00 committed by Gitee
parent 8c3742f6e9
commit dd724ab8d6
1 changed files with 47 additions and 19 deletions

View File

@ -1,24 +1,52 @@
# el-vue
# MacOS WebUI
## Project setup
```
npm install
```
<a href="https://gitee.com/hamm/mac-ui/stargazers" target="_blank"><img src="https://svg.hamm.cn/gitee.svg?type=star&user=hamm&project=mac-ui"/></a>
<a href="https://gitee.com/hamm/mac-ui/members" target="_blank"><img src="https://svg.hamm.cn/gitee.svg?type=fork&user=hamm&project=mac-ui"/></a>
<img src="https://svg.hamm.cn/badge.svg?key=Vue&value=3.0"/>
<img src="https://svg.hamm.cn/badge.svg?key=ElementUI&value=Pro"/>
### Compiles and hot-reloads for development
```
npm run serve
```
---
### Compiles and minifies for production
```
npm run build
```
### 项目介绍
一套基于Vue3和ElementUI实现类似MacOS风格的WebUI尽可能还原MacOS相关的设计目前正在开发中。QQ群1140258698
### 体验地址
<a href="https://hamm.cn" target="_blank">https://hamm.cn</a>
### 依赖项目
Vue3 / Element-UI
### 开发计划
- [ ] 系统设置
- [ ] 应用菜单管理
- [ ] 窗口部分API
- [ ] 用户管理
- [ ] AppStore
- [ ] ......
### 版权说明
本项目所用MacOS图标版权为Apple.Inc所有,向MacOS致敬!
### 项目截图
开机
![输入图片说明](https://images.gitee.com/uploads/images/2021/0810/225403_a559d22c_145025.png "屏幕截图.png")
登录
![输入图片说明](https://images.gitee.com/uploads/images/2021/0810/225440_bdbeb7db_145025.png "屏幕截图.png")
桌面 程序坞与菜单栏
![输入图片说明](https://images.gitee.com/uploads/images/2021/0810/225542_b94d8e5f_145025.png "屏幕截图.png")
多应用窗口与关于默认小应用
![输入图片说明](https://images.gitee.com/uploads/images/2021/0810/225651_d04de36c_145025.png "屏幕截图.png")
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).