# BeConsole **Repository Path**: aleeshadow/be-console ## Basic Information - **Project Name**: BeConsole - **Description**: PC版 BeConsole - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-14 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue3 #### 开始 安装依赖包 ``` pnpm install ``` 开发调试: ``` yarn dev ``` 编译: ``` node make.js build ``` # NW.js (PC) ### 开发阶段 先执行 `yarn dev` 命令启动热更新服务器。 然后执行 debug-start.bat 打开应用窗口,从热更新服务器加载程序。 ### 编译打包 ``` node make.js win64 ``` 以上命令会 编译 Vue3,然后将编译后的 js 和资源文件,连同 nwjs 一起打包到 `platform/nw.js/tmp` 目录内。 ``` node make.js zip ``` 将 `platform/nw.js/tmp`目录内的文件打包成 zip 放到 release 目录下。