An open API service indexing awesome lists of open source software.

https://github.com/rickyes/electron-app

Electron跨平台桌面应用,在electron-demo-apis的基础上添加模块
https://github.com/rickyes/electron-app

electron

Last synced: 3 months ago
JSON representation

Electron跨平台桌面应用,在electron-demo-apis的基础上添加模块

Awesome Lists containing this project

README

          

# electron-app 跨平台桌面应用

在electron-demo-apis的基础上添加模块

```bash
# clone
git clone https://github.com/zhoumingque/electron-app.git
# Go into the repository
cd electron-app
# Install dependencies
npm install
# Run the app
npm start
```