Files
hardwaremoniter/README.md
2025-06-07 17:52:33 +08:00

631 B

hardware_monitorndefinedndefined

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