1.0.3 • Published 2 years ago

@zhoujiankang/vantify v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago