npm install https://manager.vueplay.io/link@latest
# .npmrc
@vueplayio:registry=https://manager.vueplay.io/
//manager.vueplay.io/:_authToken=token
npm install @vueplayio/link
git -c http.extraHeader="authorization-x: Bearer token" clone https://git.vueplay.io/git/354c84be-f190-4161-bb92-bc49c56023ce
<!doctype html>
<html>
<head>
<script type="importmap">
{
"imports": {
"vue": "https://unpkg.com/vue@3/dist/vue.esm-browser.prod.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<script type="module">
import { createApp } from 'vue'
import App from 'https://manager.vueplay.io/link@0.1.89/esm'
createApp(App).mount('#app')
</script>
</head>
<body>
<div id="app"></div>
</body>
</html>
© Copyright 2025 - Siglar Development AS