@sky.ui.ultra/vue
v0.0.22
Published
Sky UI Ultra Vue wrappers — run npx sky.ui.ultra install after npm install.
Readme
@sky.ui.ultra/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 Ultra subscription.
Install
npx sky.ui.ultra login
npx sky.ui.ultra installOr install manually, then hydrate:
npm install "@sky.ui.ultra/vue"
npx sky.ui.ultra 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.ultra install --yes --framework=vue. See @sky.ui.ultra/core for token details.
Quick start
<script setup>
import { SkyTable } from '@sky.ui.ultra/vue';
</script>
<template>
<SkyTable />
</template>Auto-import
Use @sky.ui.ultra/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.ultra/vue in manual imports or extend your resolver configuration for Pro tags.
Manual imports
<script setup>
import { SkyTable, SkyFlow } from '@sky.ui.ultra/vue';
</script>Related packages
| Package | Description |
|---------|-------------|
| @sky.ui.ultra/core | Pro Lit components (required) |
| @sky.ui/vue | Free-tier Vue wrappers |
License
Sky UI Ultra Commercial License — requires an active Sky UI Ultra subscription.
