/electron_calculator

计算器

Primary LanguageJavaScriptMIT LicenseMIT

功能

1、桌面版算术计算器(支持表达式计算)

2、支持本地记录功能

3、安装包在 release 文件夹

开发


Electron React Boilerplate uses Electron, React, React Router, Webpack and React Fast Refresh.


[![Build Status][github-actions-status]][github-actions-url] [![Dependency Status][david-image]][david-url] [![DevDependency Status][david-dev-image]][david-dev-url] [![Github Tag][github-tag-image]][github-tag-url]

OpenCollective OpenCollective [![Good first issues open][good-first-issue-image]][good-first-issue-url] [![StackOverflow][stackoverflow-img]][stackoverflow-url]

Install

  • If you have installation or compilation issues with this project, please see our debugging guide

First, clone the repo via git and install dependencies:

git clone --depth 1 --single-branch https://github.com/electron-react-boilerplate/electron-react-boilerplate.git your-project-name
cd your-project-name
yarn

Starting Development

Start the app in the dev environment:

yarn start

Packaging for Production

To package apps for the local platform:

yarn package