설명 없음

zhuzhen 8edca86c24 last 9 달 전
build 5442460d23 first commit 10 달 전
resources 5442460d23 first commit 10 달 전
src 8edca86c24 last 9 달 전
.editorconfig 5442460d23 first commit 10 달 전
.env.app 5442460d23 first commit 10 달 전
.env.web 5442460d23 first commit 10 달 전
.eslintignore 5442460d23 first commit 10 달 전
.eslintrc.cjs 5442460d23 first commit 10 달 전
.gitignore 5442460d23 first commit 10 달 전
.npmrc 5442460d23 first commit 10 달 전
.prettierignore 5442460d23 first commit 10 달 전
.prettierrc.yaml 5442460d23 first commit 10 달 전
README.md 5442460d23 first commit 10 달 전
dev-app-update.yml 5442460d23 first commit 10 달 전
electron-builder.yml 5442460d23 first commit 10 달 전
electron.vite.config.ts 5442460d23 first commit 10 달 전
package-lock.json ec5fe1a152 end2.8.0 10 달 전
package.json ec5fe1a152 end2.8.0 10 달 전
tsconfig.json 5442460d23 first commit 10 달 전
tsconfig.node.json 5442460d23 first commit 10 달 전
tsconfig.web.json 5442460d23 first commit 10 달 전
yarn.lock ec5fe1a152 end2.8.0 10 달 전

README.md

版权说明:此软件仅供已购买的用户个人或公司使用,未经授权不得公开源码、源码转发他人、转卖源码、二次开发后售卖、非授权使用,违者需赔付作者人民币100万元。

v-im-pc-2023

命令详解

  1. 开发模式命令

    2. 打包命令web
    

    npm run build```

  2. 打包命令exe

    4. 打包命令mac
    

    npm run build:mac```

  3. 打包命令linux

    6. 模拟正式环境运行命令
    

    npm run start```

使用说明请参照开源版本。

  1. v-im-pc是pc端,请使用webstorm打开进行开发。
  2. v-im-server提醒声音和表情请将doc下face和Message.mp3放到 profile: D:/ruoyi/uploadPath 下,D:/ruoyi/uploadPath 是可以自行改变的。
  3. 建议使用yarn安装依赖。
  4. v-im-server是服务端,java开发,直接 run VimApplication.java 即可。
  5. 开发模式 npm run dev
  6. 打包web npm run build
  7. 打包exe npm run build:win
  8. 打包mac和linux 和 打包exe 一样配置,打包不同的平台需要在相应的平台下打包。
  9. 账号 admin/kunchong ry/kunchong
  10. 后台管理界面直接使用ruoyi-vue3即可,请自行去git下载:https://github.com/yangzongzhuan/RuoYi-Vue3 vue2版本:https://gitee.com/y_project/RuoYi-Vue