mitchleung / remote-resource-monitor-lite

VueJS speed-o-meter for CPU usage and temperature for local network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remote Resource Monitor Lite

This is a simple vue project to display CPU and memory usage nicer on your mobile devices such as mobiles and tablets.

This requires cpu-monitor-express-webapp to be setup and running first.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Run from dist folder

http-server dist -p [port]

You can also build the project once and run directly from "dist" folder at specific port with http-server

And then go to the IP address of your desktop/laptop from browser of mobile devices, e.g. http://192.168.1.123:12345

On iOS, you can add to Home screen so that it can stay full screen without any toolbars.

Landscape mode

Running in iPhone

License

MIT License © Mitch Leung

About

VueJS speed-o-meter for CPU usage and temperature for local network

License:MIT License


Languages

Language:Vue 76.2%Language:JavaScript 18.2%Language:HTML 5.6%