An open API service indexing awesome lists of open source software.

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端

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
```