GitXplorerGitXplorer
s

electron_basic_template

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
91e1311760509b8dd2476b0353d788b3a6c6fcb2

readme

ssunyfg committed 4 months ago
Unverified
feb60913f2606fc4fe0f835bb42d5b39bf4f0c75

update

ssunyfg committed 4 months ago
Unverified
a87e082fa25124785e1b7a089ee8bd94ee990d13

test

ssunyfg committed 4 months ago
Unverified
2d9ee108642f09149cb78ab54eb1b499e8d7f587

test

ssunyfg committed 4 months ago
Unverified
239f80616431f001462df8b79aab365aefa17b2d

test

ssunyfg committed 4 months ago
Unverified
551197af563a6ba9394cf5af3ecb0e320ac5bfbe

update husky

ssunyfg committed 4 months ago

README

The README file for this repository.

Electron Basic Template

一个基于 Electron 的基础模板,集成了 ESLint、Prettier 等开发工具。

本地开发

安装依赖

npm install

运行

npm start

打包

npm run make

发布到 Github

# 安装发布插件
npm install --save-dev @electron-forge/publisher-github

设置 Github Token 到环境变量 GITHUB_TOKEN 中。

  • MacOS: export GITHUB_TOKEN=your_token
  • Windows: set GITHUB_TOKEN=your_token
# 发布到 Github
npm run publish

License

MIT LICENSE