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

1.0.5 • Public • Published

Antd View

基于 Vue3 和 Ant Design Vue 二次封装常用的业务组件、工具类集合。

主要功能

  • 常用业务组件
  • 原子化 css 工具样式库
  • 常用的 工具 方法
  • 一些支持响应式的增强组件

安装

npm install antd-view -S
# OR
yarn add antd-view

使用

import { createApp } from 'vue';
import App from './App';
import Antd from 'ant-design-vue';
import AntdView from 'antd-view';
import 'antd-view/dist/antd-view.css';

createApp(App).use(Antd).use(AntdView).mount('#app');

开发环境

  • vite
  • Typescript
  • jsx
  • Vue3
  • Ant Design Vue

Package Sidebar

Install

npm i antd-view

Weekly Downloads

1

Version

1.0.5

License

MIT

Unpacked Size

2.18 MB

Total Files

29

Last publish

Collaborators

  • ivshow