# hello-electron **Repository Path**: coding-playground/hello-electron ## Basic Information - **Project Name**: hello-electron - **Description**: A Hello world project Build with electronjs. - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hello-electron #### 介绍 A Hello world project Build with electronjs. #### 软件架构 软件架构说明 ``` your-app/ ├── package.json ├── main.js └── index.html ``` #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 参考 - [Electron 文档 - 开发环境](https://electronjs.org/docs/tutorial/development-environment) - [Electron 文档 - 打造你的第一个 Electron 应用](https://electronjs.org/docs/tutorial/first-app#installing-electron)