@jdcfe/icons-vue

1.1.1 • Public • Published

Icons for Vue

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

Readme

Keywords

none

Package Sidebar

Install

npm i @jdcfe/icons-vue

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

697 kB

Total Files

419

Last publish

Collaborators

  • freeman007