# monolith-ui **Repository Path**: opsx/monolith-ui ## Basic Information - **Project Name**: monolith-ui - **Description**: monolith匿名邮局的前端界面 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2021-04-04 - **Last Updated**: 2021-07-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # monolith-ui > 这是monolith-mail 匿名邮局的前端界面,用来展示接收到的邮件 *** 体验地址:http://8.136.23.192:9091/#/ *** 配合后端一起使用...
项目后端地址:https://gitee.com/opsx/monolith-mail *** ## docker安装 (推荐) - 1:修改config/index.js 下的url地址和端口,指向后端 - 2:编译镜像 - 3:执行启动命令 ``` docker docker run --name -d -p 宿主端口:容器端口 monolith-ui: ``` *** ## npm安装 ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report # run e2e tests npm run e2e # run all tests npm test ``` *** > 做了一个简单的前端ui,以后会慢慢修改前端界面代码。
> 主要是本人对前端的思想还停留在jquery那个时代,临时学了一下vue和elementui组件做了这么一个很简陋的展示界面