Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mnt-ltd/moredoc-web
魔豆文库,WEB前端,使用Nuxt.js + element-ui 开发。
https://github.com/mnt-ltd/moredoc-web
Last synced: about 2 months ago
JSON representation
魔豆文库,WEB前端,使用Nuxt.js + element-ui 开发。
- Host: GitHub
- URL: https://github.com/mnt-ltd/moredoc-web
- Owner: mnt-ltd
- License: apache-2.0
- Created: 2023-10-31T08:46:08.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-16T08:21:37.000Z (7 months ago)
- Last Synced: 2024-06-16T09:32:19.488Z (7 months ago)
- Language: JavaScript
- Size: 4.25 MB
- Stars: 12
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# moredoc-web
魔豆文库前端代码仓库
## 魔豆文库后端
- Github - https://github.com/mnt-ltd/moredoc
- Gitee - https://gitee.com/mnt-ltd/moredoc
- MNT.Ltd - https://git.mnt.ltd/mnt-ltd/moredoc## 二次开发
Node.js 版本 14.16.0 或以上 (可用 nvm 管理)
**前端初始化**
注意修改 `nuxt.config.js` 中的 `proxy` 配置,指向后端地址
```bash
# 安装依赖
npm install# 运行前端,监听3000端口,浏览器访问 http://localhost:3000
npm run dev
```## 分支说明
- master 魔豆文库社区版前端社区版主分支
- dev 魔豆文库社区版前端开发分支
- pro 魔豆文库专业版前端分支