# express-exe **Repository Path**: wtsx/express-exe ## Basic Information - **Project Name**: express-exe - **Description**: 将Express开发的js打包成exe服务丢给客户端使用 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-05-26 - **Last Updated**: 2025-05-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. 全局安装pkg打包工具 npm install -g pkg 2. npm install 安装依赖包 3. 运行 pkg app.js --output server.exe