# luckysheet-vue **Repository Path**: dusw/luckysheet-vue ## Basic Information - **Project Name**: luckysheet-vue - **Description**: luckysheet-vue - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-10-24 - **Last Updated**: 2024-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # luckysheet-vue English| [简体中文](./README-zh.md) ## Introduction This is a simple project that shows the use of [Luckysheet](https://github.com/mengshukeji/Luckysheet/) and [Luckyexcel](https://github.com/mengshukeji/Luckyexcel) 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 3. The core code is in [HelloWorld.vue](./src/components/HelloWorld.vue) ## Development ### Requirements [Node.js](https://nodejs.org/en/) Version >= 6 ### Installation ``` npm install npm install exceljs npm install FileSaver ``` ### Development ``` npm run serve ``` ### Package ``` npm run build ``` ## Resources - [Luckysheet](https://github.com/mengshukeji/Luckysheet) - [Luckyexcel-node](https://github.com/mengshukeji/Luckyexcel-node) ## License [MIT](http://opensource.org/licenses/MIT) Copyright (c) 2020-present, mengshukeji