This template can help you get started with using the Univer Server, and you can use the code inside to create useful applications.
- collaboration plugin with Univer Server
- exchange plugin with Univer Server
- print plugin with Univer Server
You can find more information about Univer Server here.
First, you need to deploy Univer Server with Docker, you can follow the instructions here.
Then, you can use the following command to start the application:
pnpm install
pnpm dev
Open two different browsers and visit http://localhost:5173/
, you can test the collaboration feature.
You also can see the online demo here.