https://github.com/followmetech/electron-startup
勇敢的少年啊快去写APP
https://github.com/followmetech/electron-startup
Last synced: 9 months ago
JSON representation
勇敢的少年啊快去写APP
- Host: GitHub
- URL: https://github.com/followmetech/electron-startup
- Owner: FollowmeTech
- Created: 2017-07-06T03:11:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T04:38:14.000Z (almost 9 years ago)
- Last Synced: 2025-09-10T08:37:07.826Z (10 months ago)
- Language: CSS
- Size: 688 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
# 发布
待续~
```