0.2.1 • Published 4 years ago

kv-web-components1 v0.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

kv-web-components

介绍

基于 vue 2.x 基础组件和抽象业务组件

示例文档

https://kitorv.github.io/kv-web-components

开发记录

https://kitorv.github.io/study-notes/

安装

npm install kv-web-components -S

引入

import Vue from "vue";
import KvWebComponents from "kv-web-components";
Vue.use(KvWebComponents);
import "kv-web-components/lib/kv-web-components.css";