Skip to content

Latest commit

 

History

History

The Example of using univer with Vue 2

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.

Project setup

# git clone this repository
# cd into this repository
cd ./vue2
npm install # npm version >= 7

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build