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
- Host: GitHub
- URL: https://github.com/dream-num/luckysheet-vue
- Owner: dream-num
- License: mit
- Created: 2020-09-15T01:33:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-23T07:02:31.000Z (over 4 years ago)
- Last Synced: 2025-01-24T05:08:50.142Z (4 months ago)
- Language: Vue
- Size: 292 KB
- Stars: 156
- Watchers: 8
- Forks: 84
- Open Issues: 13
-
Metadata Files:
- Readme: README-zh.md
- License: LICENSE
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