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.
npm install
npm run serve
npm run build
npm run lint
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.
MIT License © Mitch Leung