https://github.com/dream-num/univer-pro-sheet-start-kit
A starter kit for Univer Pro Features
https://github.com/dream-num/univer-pro-sheet-start-kit
Last synced: 2 months ago
JSON representation
A starter kit for Univer Pro Features
- Host: GitHub
- URL: https://github.com/dream-num/univer-pro-sheet-start-kit
- Owner: dream-num
- License: apache-2.0
- Created: 2024-04-28T14:45:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-10T09:18:38.000Z (2 months ago)
- Last Synced: 2025-04-11T03:12:20.404Z (2 months ago)
- Language: TypeScript
- Homepage: https://univer.ai/
- Size: 1010 KB
- Stars: 7
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Univer Sheet With Server Start-Kit
This template can help you get started with using the Univer Server, and you can use the code inside to create useful applications.
- [x] collaboration plugin with Univer Server
- [x] exchange plugin with Univer Server
- [x] print plugin with Univer Server## More about Univer Server
You can find more information about Univer Server [here](https://docs.univer.ai/guides/sheets).
## How to use
First, you need to deploy Univer Server with Docker, you can follow the instructions [here](https://docs.univer.ai/guides/sheets/pro-features/server/overview).
Then, you can use the following command to start the application:
```bash
pnpm install
pnpm dev
```Open two different browsers and visit `http://localhost:5173/`, you can test the collaboration feature.
## Online Demo
You also can see the online demo [here](https://univer.ai/features).