UNPKG

vue-screen-orientation

Version:

Get easy and reactive access to the Direction, Version and Angle of your screen with vue.js.

15 lines 732 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="Description" content="vue-screen-orientation - Get easy and reactive access to the Direction, Version and Angle of your screen."> <meta name="robots" content="index,follow"> <title>vue-screen-orientation | Flavio Medeiros</title> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> </head> <body> <div id="app"></div> </body> </html>