An open API service indexing awesome lists of open source software.

https://github.com/askdkc/electron-memo-app

Electronで作ったサンプルメモアプリ。SQLiteを使用しデータは永続化される。
https://github.com/askdkc/electron-memo-app

electron sqlite

Last synced: 5 months ago
JSON representation

Electronで作ったサンプルメモアプリ。SQLiteを使用しデータは永続化される。

Awesome Lists containing this project

README

          

# Electronのメモアプリ
Electronで作ったサンプルメモアプリ(データはSQLiteで永続化される)

image

## 使い方

```bash
git clone git@github.com:askdkc/electron-memo-app.git

npm i
npm run start
```

## 実行ファイル生成
- Windows
```bash
npm run package-win
```

- macOS
```bash
npm run package-mac
```

- Linux
```bash
npm run package-linux
```

# License
MIT