# 2-electron-video **Repository Path**: fe521/2-electron-video ## Basic Information - **Project Name**: 2-electron-video - **Description**: vue-cli-plugin-electron - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-02 - **Last Updated**: 2023-04-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # electron demo ## 安装依赖 ``` yarn --registry https://registry.yarn.taobao.org ``` ## 启动项目 ```bash npm start ``` ## 打包构建 ```bash npm run electron:build ``` - 免安装包目录 dist_electron/win-unpacked - exe 安装包 dist_electron/electron-demo Setup 0.1.0.exe ## dll 测试 1. 主进程入口 - `src/main/background.js` 2. sdk 调用代码 - `src/utils/dllAdd.js` - `src/utils/dllSdk.js`