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

https://github.com/followmetech/electron-startup

勇敢的少年啊快去写APP
https://github.com/followmetech/electron-startup

Last synced: 9 months ago
JSON representation

勇敢的少年啊快去写APP

Awesome Lists containing this project

README

          

## electron startup

electron startup

## 本地运行

```
# clone
git clone https://github.com/fmfe/electron-startup.git

# 切换到目录
cd electron-startup

# 安装依赖
yarn

# 开发环境运行
yarn run build:dev &
yarn run start:dev

# 打包测试
yarn run build &
yarn run start

# 发布
待续~

```