1.1.1 • Published 5 years ago

@jdcfe/icons-vue v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Install

yarn add @jdcfe/icons-vue

Basic Usage

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

import Vue from 'vue'
import { CircleTwoTone } from '@jdcfe/icons-vue';
Vue.component(CircleTwoTone.name, CircleTwoTone);

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

<icon-circle-two-tone />

Build project

npm run generate # Generate files to ./src
npm run compile # Build library
npm run test # Runing Test