kv-web-components1
v0.2.1
Published
A Vue.js 2.x UI Toolkit for Web
Downloads
3
Readme
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";