@sky.ui.pro/vue
v0.0.22
Published
Sky UI Pro Vue wrappers — run npx sky.ui.pro install after npm install.
Readme
@sky.ui.pro/vue
Pro-tier Vue 3 SFC wrappers for Sky UI. Includes advanced components such as data tables, flow editors, and rich inputs.
Requires an active Sky UI Pro subscription.
Install
npx sky.ui.pro login
npx sky.ui.pro installOr install manually, then hydrate:
npm install "@sky.ui.pro/vue"
npx sky.ui.pro install --framework=vueQuote scoped names (
"@sky.ui/…") — required in PowerShell. See powershell-scoped-packages.md.
For CI/CD: SKY_UI_AUTH_TOKEN=sk_ci_… npx sky.ui.pro install --yes --framework=vue. See @sky.ui.pro/core for token details.
Quick start
<script setup>
import { SkyTable } from '@sky.ui.pro/vue';
</script>
<template>
<SkyTable />
</template>Auto-import
Use @sky.ui.pro/vue/auto-import resolvers with unplugin-vue-components, combined with your existing @sky.ui/vue Vite or Webpack setup.
See the @sky.ui/vue README for plugin configuration — import Pro components from @sky.ui.pro/vue in manual imports or extend your resolver configuration for Pro tags.
Manual imports
<script setup>
import { SkyTable, SkyFlow } from '@sky.ui.pro/vue';
</script>Related packages
| Package | Description |
|---------|-------------|
| @sky.ui.pro/core | Pro Lit components (required) |
| @sky.ui/vue | Free-tier Vue wrappers |
License
Sky UI Pro Commercial License — requires an active Sky UI Pro subscription.
