1.1.1 • Published 6 years ago
@jdcfe/icons-vue v1.1.1
Install
yarn add @jdcfe/icons-vueBasic 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