1.0.3 • Published 11 months ago

@zhoujiankang/vantify v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months 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 'vant';
// 2. Import the components style
import 'vant/lib/index.css';

const app = createApp();

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

11 months ago

1.0.3

11 months ago

1.0.1

12 months ago

1.0.0

12 months ago