An open API service indexing awesome lists of open source software.

https://github.com/dream-num/luckysheet-vue

luckysheet vue demo
https://github.com/dream-num/luckysheet-vue

Last synced: 3 months ago
JSON representation

luckysheet vue demo

Awesome Lists containing this project

README

        

# luckysheet-vue

简体中文 | [English](./README.md)

## 介绍
这是一个简单展示在vue cli 3项目中使用[Luckysheet](https://github.com/mengshukeji/Luckysheet/)和[Luckyexcel](https://github.com/mengshukeji/Luckyexcel)的案例。

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

## 开发

### 环境
[Node.js](https://nodejs.org/en/) Version >= 6

### 安装
```
npm install
```
### 开发
```
npm run serve
```
### 打包
```
npm run build
```

## 资源
- [Luckysheet](https://github.com/mengshukeji/Luckysheet)
- [Luckyexcel-node](https://github.com/mengshukeji/Luckyexcel-node)

## 版权信息
[MIT](http://opensource.org/licenses/MIT)

Copyright (c) 2020-present, mengshukeji