Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.
Dushusir edited this page Jun 1, 2023 · 2 revisions

EN 【中文文档在下方】

How to manually package Luckysheet source code?

Need

The official case of Luckysheet uses the CDN version, which is relatively old, and the latest feature additions and bug fixes have not been submitted to the CDN. Therefore, if you want to try the latest features, it is recommended to package manually.

Steps

  1. Pull the latest code
git clone https://github.com/dream-num/Luckysheet
  1. Install dependencies
npm i
  1. Pack
npm run build

ZH

如何手动打包Luckysheet源码?

需求

Luckysheet官方案例使用了CDN的版本,此版本较旧,最新的功能新增和BUG修复并没有提交到CDN。所以,如果要尝试最新的功能,建议手动打包。

步骤

  1. 拉取最新代码
git clone https://github.com/dream-num/Luckysheet
  1. 安装依赖
npm i
  1. 打包
npm run build
Clone this wiki locally