Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 922 Bytes

README-zh.md

File metadata and controls

40 lines (31 loc) · 922 Bytes

luckysheet-vue

简体中文 | English

介绍

这是一个简单展示在vue cli 3项目中使用LuckysheetLuckyexcel的案例。

提示

  1. lintOnSave设置为false,否则将报错
  2. 在某些情况下,您需要使用$nextTick,然后在其中使用luckysheet初始化方法
  3. 核心代码在 HelloWorld.vue

开发

环境

Node.js Version >= 6

安装

npm install
npm install exceljs
npm install FileSaver

开发

npm run serve

打包

npm run build

资源

版权信息

MIT

Copyright (c) 2020-present, mengshukeji