Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 466 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 466 Bytes

Univer Sheet Rspack Start-Kit

This project is a demo of using Univer with Rspack.

Setup

git clone https://github.com/awesome-univer/sheets-rspack-demo.git
cd sheets-rspack-demo
pnpm install # npm version >= 7  or pnpm install

Get Started

Start the dev server:

pnpm dev

Build the app for production:

pnpm build

Preview the production build locally:

pnpm preview