0 使用方法
MengYX edited this page 2020-04-10 01:15:08 +00:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

下载已构建版本

  • 已构建的版本发布在 GitHub Release, 下载解压缩后即可部署或本地使用
  • legacy版本 能通过file协议访问既本地运行
  • modern版本只能通过http/https协议访问
  • 建议在线部署以启用Web Worker获得更好性能

自行构建

  • 环境要求
    • nodejs
    • npm
  1. 获取项目源代码后执行 npm install 安装相关依赖
  2. 执行 npm run build 即可进行构建,构建输出为 dist 目录
  • npm run serve 可用于开发