Quickly check your device screen size
http://hmatalonga.com/screen-size/
Small experimental project I have made for fun. A Vue.js app that displays the screen resolution.
Background images are being fetched using Unsplash Source.
If you have any remarks or suggestions, please open a new issue here.
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
For detailed explanation on how things work, checkout the Nuxt.js docs.
MIT © Hugo Matalonga