jie-web-components
v0.1.3
Published
A Vue.js 2.x UI Toolkit for Web
Downloads
1
Readme
jie-web-components
介绍
基于 vue 2.x 基础组件和抽象业务组件
示例文档
https://1134506391.github.io/kv-web-components
开发记录
https://1134506391.github.io/study-notes/
安装
npm install jie-web-components -S
引入
import Vue from "vue";
import JieWebComponents from "jie-web-components";
Vue.use(JieWebComponents);
import "jie-web-components/lib/jie-web-components.css";