Home

Awesome

Luckysheet + Vue 3 + Vite

Gitpod ready-to-code

English | 简体中文

Introduction

This is a simple project that shows the use of Luckysheet and Luckyexcel in Vue3 project with Vite.

Live Demo

Tips: There may be some problems with exporting files in the demo website, but running the project locally can export files normally

  1. Live Demo
  2. Open in Gitpod

Note

  1. In addition to the need to install the dependencies of luckyexcel, you also need to introduce the style files and js files of LuckySheet.
  1. The core code is in src/components/LuckySheet.vue

Development

You can choose one of three package managers: npm, yarn, pnpm.

<details> <summary><code>npm</code></summary> <h5>Installation</h5> <pre><code> npm install </code></pre> <h5>Run</h5> <pre><code> npm run dev </code></pre> <h5>Build</h5> <pre><code> npm run build </code></pre> </details> <details> <summary><code>yarn</code></summary> <h5>Installation</h5> <pre><code> yarn install </code></pre> <h5>Run</h5> <pre><code> yarn run dev </code></pre> <h5>Build</h5> <pre><code> yarn run build </code></pre> </details> <details> <summary><code>pnpm</code></summary> <h5>Installation</h5> <pre><code> pnpm install </code></pre> <h5>Run</h5> <pre><code> pnpm run dev </code></pre> <h5>Build</h5> <pre><code> pnpm run build </code></pre> </details>

Resources

License

MIT