@meetjs/vant4-kit
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

logo

Vant4-Kit

一款基于Vant 4.x 的增强库,旨在加速开发,早点下班


Getting Started

文档地址:vant4-kit

Installation

# npm
npm install vant4-kit --save

# yarn
yarn add vant4-kit

# pnpm
pnpm add vant4-kit

Usage

import { createApp } from 'vue';
import Vant from 'vant';
// 1. Import the Vant
import Vant4Kit from 'vant4-kit';
// 2. Import the vant4-kit
import 'vant4-kit/dist/index.css';

const app = createApp();

// 3. Register the components 
app.use(Vant);
app.use(Vant4Kit);
<template>
    <x-form ref="formRef" :model="FormValue" :items="formOptions" /> 
</template>

Package Sidebar

Install

npm i @meetjs/vant4-kit

Weekly Downloads

10

Version

1.0.1

License

MIT

Unpacked Size

545 kB

Total Files

31

Last publish

Collaborators

  • darkersu