anilpixel / vite-plugin-antd-v3-compatible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vite-plugin-antd-v3-compatible

build

Installation

  yarn add vite-plugin-antd-v3-compatible

Use

// vite.config.ts
import { vitePluginAntdV3Compatible } from 'vite-plugin-antd-v3-compatible'

// ...
plugins: [vitePluginAntdV3Compatible()]
// ...

About

License:MIT License


Languages

Language:TypeScript 60.9%Language:JavaScript 39.1%