项目作者: imvq

项目描述 :
A simple vocabulary desktop app created with Electron, React (Typescript CRA) and Grid CSS
高级语言: TypeScript
项目地址: git://github.com/imvq/meDict.git
创建时间: 2020-06-10T16:31:02Z
项目社区:https://github.com/imvq/meDict

开源协议:GNU General Public License v3.0

下载


meDict

A simple personal vocabulary application.

How to use

To add a new word just type your word and translation (you can provide any comment in thet field) and press Add.

Words are being added with hidden comments so that you can check yourself. You can unhide the comment/translation by clicking that field.

All changes are conneted to the date you pick on the calendar bar.

Debug project

  1. npm i
  2. npm run start-react
  3. npm run start-electron

Build

To build React app:

  1. npm i
  2. npm run build-react

To create Electron boilerplate:

  1. npm run build-electron-bash # macOS/Linux
  1. npm run build-electron-powershell # Windows
  1. npm run package-win # or package-mac/package-linux