@foxyimg/vue-ui
TypeScript icon, indicating that this package has built-in type declarations

0.1.9 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @foxyimg/vue-ui

Weekly Downloads

2

Version

0.1.9

License

MIT

Unpacked Size

246 kB

Total Files

102

Last publish

Collaborators

  • jawngee