https://github.com/clearxs/office-web
CollabSpace在线文档平台Web端
https://github.com/clearxs/office-web
collaboration nextjs office onlyoffice react
Last synced: 7 months ago
JSON representation
CollabSpace在线文档平台Web端
- Host: GitHub
- URL: https://github.com/clearxs/office-web
- Owner: ClearXs
- License: mit
- Created: 2024-08-06T08:32:17.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-17T07:27:14.000Z (7 months ago)
- Last Synced: 2025-03-17T08:34:53.538Z (7 months ago)
- Topics: collaboration, nextjs, office, onlyoffice, react
- Language: TypeScript
- Homepage:
- Size: 1.62 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
简约 · 实用 · 前沿 · 创新
## 概要
在线协作空间 Web 端,基于 nextjs 框架,包含前台用户界面与后台管理。
## 技术栈
1. 语言:[React](https://zh-hans.react.dev/)
2. [Typescript](https://www.typescriptlang.org/)
3. UI 框架:[Antd](https://ant.design/)
4. [nextjs](https://nextjs.org/)
5. css 框架:[tailwindcss](https://tailwindcss.com/)
6. 请求框架:[axis](https://axios-http.com/)## 安装
```bash
npm install --force
```## 运行
```bash
npm run dev
```## 打包
```bash
npm run build
```