1.0.5 • Published 1 year ago

@yeahka/vantify v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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);
1.0.5

1 year ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago