Brak opisu

HeWang 7fb703b910 feat: 地图更新压缩包下载 10 miesięcy temu
electron 7fb703b910 feat: 地图更新压缩包下载 10 miesięcy temu
public 253ab2d168 commit 11 miesięcy temu
src 7fb703b910 feat: 地图更新压缩包下载 10 miesięcy temu
.gitignore 253ab2d168 commit 11 miesięcy temu
README.md 7fb703b910 feat: 地图更新压缩包下载 10 miesięcy temu
env.d.ts 253ab2d168 commit 11 miesięcy temu
index.html 253ab2d168 commit 11 miesięcy temu
package-lock.json 52e2518e5d commit 11 miesięcy temu
package.json 1ace7815c0 commit 10 miesięcy temu
tsconfig.app.json 253ab2d168 commit 11 miesięcy temu
tsconfig.json 253ab2d168 commit 11 miesięcy temu
tsconfig.node.json 253ab2d168 commit 11 miesięcy temu
tsconfig.vitest.json 253ab2d168 commit 11 miesięcy temu
vite.config.ts 253ab2d168 commit 11 miesięcy temu
vitest.config.ts 253ab2d168 commit 11 miesięcy temu

README.md

pji-desktop

node 21.6.2

程序启动方式

  1. npm run dev:vue
  2. npm run dev:electron

windows 打包

  • npm install electron-packager --save-dev
  • npm run packager:windows

部署

sudo 权限配置

  • sudo visudo -f /etc/sudoers.d/username
    • username ALL=(ALL) NOPASSWD:ALL