JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 180
  • Score
    100M100P100Q100774F
  • License ISC

Vue icon library for meistericons.

Package Exports

  • @meistericons/vue
  • @meistericons/vue/lib/cjs/meistericons-vue.min.js
  • @meistericons/vue/lib/esm/meistericons-vue.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@meistericons/vue) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@meistericons/vue

Installtion

CDN

<link rel="https://unpkg.com/@meistericons/vue@latest">

npm

npm install @meistericons/vue --save-dev

Usage

<script>
import {ArrowDown} from "@meistericons/vue"

export default {
    name:'My Component',
    components: {ArrowDown}
}
</script>

<template>
    <ArrowDown/>
</template>

Made with 💝 in Kathmandu, Nepal