# electron-notepad **Repository Path**: sun_dongdong/electron-notepad ## Basic Information - **Project Name**: electron-notepad - **Description**: electron简单的demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-21 - **Last Updated**: 2021-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # electron-notepad #### 介绍 electron简单的demo #### 软件架构 软件架构说明 #### 安装教程 npm config set registry https://registry.npm.taobao.org npm config set ELECTRON_MIRROR http://npm.taobao.org/mirrors/electron/ 1. 安装electron npm install -g electron 2. 安装electron-forge npm install -g electron-forge 3. 创建项目 electron-forge init notepad #### 使用说明 1. 运行 electron-forge start 2. 打包 npm run make 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request