@58fe/v5-icon 中文文档教程

发布于 3年前 浏览 21 更新于 3年前

V5 Icons

Install

npm i @58fe/v5-icon

Basic Usage

首先,您应该将需要的图标添加到库中。

import { Close } from '@58fe/v5-icon';
//OR
import Close from '@58fe/v5-icon/lib/icons/close';

Vue.component(Close.name, Close);

之后,你可以在你的 Vue 组件中使用 antd 图标,就像这样简单:

<v5-icon-close />

Build project

npm run generate # Generate files to ./src/icons/
npm run build # Generate files to ./lib

V5 Icons

Install

npm i @58fe/v5-icon

Basic Usage

First, you should add the icons that you need into the library.

import { Close } from '@58fe/v5-icon';
//OR
import Close from '@58fe/v5-icon/lib/icons/close';

Vue.component(Close.name, Close);

After that, you can use antd icons in your Vue components as simply as this:

<v5-icon-close />

Build project

npm run generate # Generate files to ./src/icons/
npm run build # Generate files to ./lib
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文