This project is a demo of using Univer with Rspack.
git clone https://github.com/awesome-univer/sheets-rspack-demo.git
cd sheets-rspack-demo
pnpm install # npm version >= 7 or pnpm install
Start the dev server:
pnpm dev
Build the app for production:
pnpm build
Preview the production build locally:
pnpm preview