Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.06 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.06 KB

The demo of using Univer with Vue 2

English | 简体中文

This project is a demo of using Univer with Vue 2.

This project use Options API. If you want to use Composition API, please see sheets-vue3-demo.

Project setup

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

Compiles and hot-reloads for development

npm run start

Compiles and minifies for production

npm run build

Contributing

If you don't want to install the development environment locally, or your local environment doesn't meet the development requirements, you can use an online code editor to develop.

You can click the following button to open this repo in StackBlitz:

Open in StackBlitz