@yeahka/vantify
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

Install

Using pnpm:

# with pnpm
pnpm install

pnpm run dev

Quickstart

import { createApp } from 'vue';
// 1. Import the components you need
import { Button } from '@yeahka/vantify';
// 2. Import the components style
import '@yeahka/vantify/lib/index.css';

const app = createApp();

// 3. Register the components you need
app.use(Button);

Package Sidebar

Install

npm i @yeahka/vantify

Weekly Downloads

2

Version

1.0.5

License

MIT

Unpacked Size

5.46 MB

Total Files

2057

Last publish

Collaborators

  • zhoujack
  • ykrick