luckysheet-vue

Introduction

This is a simple project that shows the use of luckysheet in a vue cli3 project

Note

  1. lintOnSave is set to false, otherwise an error will be reported
  2. In some cases, you need to use $nextTick,then, use the luckysheet initialization method in it

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.

Resources

Luckysheet

License

MIT

custom run

# run server
node ws-server.js
#run client
cnpm run serve