2026-05-18 15:29:52 -04:00
2026-04-06 11:35:26 -04:00
2026-05-18 15:29:52 -04:00
2026-02-13 17:56:58 -05:00
2026-03-06 09:59:24 -05:00
2026-05-08 13:18:16 -04:00
2026-02-13 17:56:58 -05:00
2026-03-12 14:44:31 -04:00
2026-02-13 17:56:58 -05:00
2026-02-13 17:56:58 -05:00
2026-04-06 11:35:26 -04:00
2026-05-18 15:20:54 -04:00
2026-05-18 15:21:55 -04:00
2026-05-18 15:20:54 -04:00
2026-02-16 16:17:14 -05:00

Taker of Notes App

An Electron application with Vue

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux

Releasing Versions

Before releasing a new version, make sure that all code is committed and pushed to the remote repository. Then, update the version number in package.json.

Create a new release tag and push it to the remote repository.

$ git tag -a <version> -m "Release <version>"
$ git push --tags

Run the release script to build and package the application and upload it to the SeaweedFS bucket.

$ npm run release:<platform>
Description
No description provided
Readme 5.4 MiB
Languages
JavaScript 46.5%
Vue 42.6%
SCSS 7.6%
TypeScript 1%
Shell 1%
Other 1.3%