@wpsz/icons-vue
v1.0.1
Published
<h1 align="center"> 万朋数智 Icons for Vue </h1>
Downloads
5
Keywords
Readme
Install
yarn add @wpsz/icons-vue
Basic Usage
First, you should add the icons that you need into the library.
import Vue from 'vue';
import { Filter } from '@wpsz/icons-vue';
Vue.component(Filter.name, Filter);
After that, you can use antd icons in your Vue components as simply as this:
<icon-filter />
Build project
npm run generate # Generate files to ./src
npm run compile # Build library
npm run test # Runing Test