0.1.9 • Published 1 year ago
@foxyimg/vue-ui v0.1.9

@foxyimg/vue-ui
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-uiUsage 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.