Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

kpc-vue

ksc-fe146MIT1.6.4

KPC components for Vue.

component, intact, vue, ui, components, library, king-design, kpc

readme

kpc-vue

KPC components for Vue.

Install

npm install kpc-vue --save

Usage

<template>
    <Button>Hello</Button>
</template>
<script>
import {Button} from 'kpc-vue';

export default {
    components: {
        Button
    }
}
</script>