UNPKG

vuepress-api-playground

Version:

The VuePress API Playground is a Vue.js component for showcasing and testing API use cases in VuePress documentation

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