<! DOCTYPEhtml>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width,height=device-height">
  <title>NProgress</title>
  <script src='https://unpkg.com/[email protected]/nprogress.js'></script>
  <link rel='stylesheet' href='https://unpkg.com/[email protected]/nprogress.css'/>  
</head>

<body>
  <script>
    NProgress.start()
    setTimeout(function() {
      NProgress.done()
    }, 2000)
  </script>
</body>

</html>
Copy the code

Github.com/rstacruz/np…