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 vue3.
# git clone this repository
# cd into this repository
cd ./vue2
npm install # npm version >= 7
npm run serve
npm run build