代码拉取完成,页面将自动刷新
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v2.0.2
is a minor hotfix release fixed the documentation error and build
error on macOS Catalina(10.15+)
.
Getting started
with npm start
command
description.Known issue
.macOS
build target to pkg
from default dmg
due to no 32-bit apps
support from macOS Catalina
that caused electron-builder
fails to build
dmg
image on macOS
prior to electron-builder@21.2.0
.pkg
build is unaffected and is used as a workaround for the current version
prior to the major version upgrades on dependencies in next release.npm run install
to npm install
in README
.v2.0.1
is a minor hotfix release patched the NODE_ENV
not set on Windows
issue.
cross-env
as devDependencies
.v2.0.0
is a major release that most part of the boilerplate has been rewritten.
.eslintrc
package & its' peer dependencies..eslintrc
that extends Airbnb's config and has customised rules configured.
no-default-export
is set for JavaScript files to align with
TypeScript.eslint-import-resolver-webpack
for ESLint to resolve path
aliases set in Webpack config.copy-pkg-json-webpack-plugin
to generate a package.json
file and pack into Webpack's bundled package for production.build:mac
& build:win
to package & build the installer of
your Electron app for macOS & Windows using electron-builder
.mainConfig
& rendererConfig
cleaned up, and set mode by environment variable..gitignore
to ignore folder out/
which will be auto-generated during the
build process.v2.0.0
.style-loader
alongside with css-loader
to bundle the files in Webpack
config file.baseUrl
in tsconfig.json
points to root directory incorrectly issue.
Corrected to current directory so VSCode can resolves the path aliases
correctly.devDependencies
, path aliases & folders listed in folder structure.
main
process rather then renderer
process actually
don't need React-Redux, redux
& react-redux
are no longer included in
this boilerplate.development
& production
mode.此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。