@gramercytech/gx-toolkit
Version:
Dev tools for create platform plugins
20 lines (17 loc) • 496 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GxP Plugin Builder</title>
<script type="module">
import * as Vue from '/node_modules/vue/dist/vue.esm-bundler.js';
window.Vue = Vue;
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/main.js"></script>
</body>
</html>