UNPKG

vue-swatches

Version:

Help the user picking beautiful colors!

20 lines (15 loc) 330 B
<meta charset="utf-8"> <title>vue-swatches demo</title> <script src="https://unpkg.com/vue"></script> <script src="./vue-swatches.umd.js"></script> <link rel="stylesheet" href="./vue-swatches.css"> <div id="app"> <demo></demo> </div> <script> new Vue({ components: { demo: vue-swatches } }).$mount('#app') </script>