# source-manager **Repository Path**: wkjgit/source-manager ## Basic Information - **Project Name**: source-manager - **Description**: electron + vue3 开发的本地资料管理系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-09 - **Last Updated**: 2022-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于Electron + vue-ts + vite 创建本地资料管理系统 ## 安装依赖 ```bash pnpm install ``` ## 启动项目 ```bash pnpm dev ``` ## 资源打包 ```bash pnpm build ``` ## 打包成windows应用 ```bash # 需要先将资源打包 pnpm dist ```