vantkoukou
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

Install vantkoukou

Using npm to install:

# install latest Vant for Vue 3 project
npm i vantkoukou

# install Vant 2 for Vue 2 project
npm i vantkoukou@latest-v2

Using yarn, pnpm, or bun:

# with yarn
yarn add vantkoukou

# with pnpm
pnpm add vantkoukou

# with Bun
bun add vantkoukou

Quickstart

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

const app = createApp();

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

Package Sidebar

Install

npm i vantkoukou

Weekly Downloads

0

Version

0.1.4

License

MIT

Unpacked Size

5.81 MB

Total Files

2165

Last publish

Collaborators

  • koukou123