You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
997 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# moredoc - 魔刀文库
moredoc - 魔刀文库,由 深圳市摩枫网络科技(https://mnt.ltd) 基于golang开发的类似百度文库的开源文库系统支持TXT、PDF、EPUB、office等格式文档的在线预览与管理`dochub文库`( [github](https://github.com/truthhun/dochub), [gitee](https://gitee.com/truthhun/DocHub) )的重构版本。
## 特性
- 支持多种格式文档的在线预览包括TXT、PDF、EPUB、office等格式文档。
- 前后端分离前端基于vue.js后端基于golang支持多平台部署
- 基于apache2.0开源协议,源码开放,可自由修改、二次开发
## 技术栈
- Golang gin + gRPC
- Vue.js : nuxt2 + element-ui
- Database : MySQL 5.7
## 开源地址
- Github - https://github.com/mnt-ltd/moredoc
- Gitee - https://gitee.com/mnt-ltd/moredoc
- MNT.Ltd - https://git.mnt.ltd/mnt/moredoc
## 初始化
```
# 安装go依赖
go mod tidy
# 初始化工程依赖
make init
# 编译proto api
make api
```