0.1.9 • Published 11 months ago

@foxyimg/vue-ui v0.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Foxy Image Logo

@foxyimg/vue-ui

npm version npm downloads

The Vue components and utils used by the various Foxy Vue based apps.

Usage

Install package:

# ✨ Auto-detect
npx nypm install @foxyimg/vue-ui

# npm
npm install @foxyimg/vue-ui

# yarn
yarn add @foxyimg/vue-ui

# pnpm
pnpm install @foxyimg/vue-ui

# bun
bun install @foxyimg/vue-ui

Usage in Vue:

import { FoxyVueUIPlugin } from "@foxyimg/vue-ui";

import { createApp } from 'vue'
import App from './App.vue'

createApp(App)
	.use(FoxyVueUIPlugin)
	.mount('#app')

License

Published under the MIT license.