UNPKG

vue-tour

Version:

Vue Tour is a lightweight, simple and customizable tour plugin for use with Vue.js. It provides a quick and easy way to guide your users through your application.

11 lines (7 loc) 184 B
<meta charset="utf-8"> <title>vue-tour demo</title> <script src="./vue-tour.umd.js"></script> <link rel="stylesheet" href="./vue-tour.css"> <script> console.log(vue-tour) </script>