Files
sf-nfc-reader-desktop/README.md
2026-03-05 09:44:31 +01:00

614 B

nfc-app-desktop

An Electron application with Vue and TypeScript

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