LOCKING盒子版
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
zhengzhou e1c22fc55f 上传失败增加时间标签显示 il y a 3 ans
.vscode electron适配 il y a 3 ans
docs update il y a 3 ans
electron update il y a 3 ans
mock first commit il y a 3 ans
public '登录页塞入动画' il y a 3 ans
src 上传失败增加时间标签显示 il y a 3 ans
.editorconfig first commit il y a 3 ans
.gitignore 优化打包electron项目流程 il y a 3 ans
.prettierignore first commit il y a 3 ans
.prettierrc first commit il y a 3 ans
.umirc.ts 优化打包electron项目流程 il y a 3 ans
.yarnrc update il y a 3 ans
README.md update README.md il y a 3 ans
package.json '调整打包脚本;编写README.md' il y a 3 ans
tsconfig.json first commit il y a 3 ans
typings.d.ts first commit il y a 3 ans

README.md

LOCKING 盒子

依赖安装

包管理选用的是yarn, 安装依赖分为两部分,一个是根目录下的安装, 还有一个是**electron/**下的包安装,两个目录都执行yarn install

开发

开发相关分为前端部分和本地网关工具

  • 网关部分: 涉及文件: locking-kit-server.exe, ipfs.exe, fts.exe (或者可能被整合了,问后端要)
  • 前端部分:
    • npm run start 启动web项目
    • npm run start:electron 开启electron窗口
    • PS: 如果端口号改了,则electron/main.js中的端口号也需要一并更改

打包

  • 执行脚本 npm run pack:electron, 脚本跑完后会在electron/electron_dist中产出