0.4.9 • Published 2 years ago
@heshu/component v0.4.9
基础组件库
此组件库依赖 vue 2.x
view-desgin 4.x
,请务必安装正确依赖。
使用指南
安装
npm install @heshu/component view-design --save
使用
import Vue from "vue";
import ViewDesign from "view-design";
import "view-design/dist/styles/iview.css";
import Component from "@heshu/component";
import "@heshu/component/lib/theme-chalk/index.css";
import App from "./App.vue";
Vue.use(ViewDesign);
Vue.use(Component);
new Vue({ render: (h) => h(App) }).$mount("#app");
查看示例
// 克隆至本地 安装运行
git clone <本分支地址>
npm install
npm run dev
目录结构
- confs webpack打包配置文件
- examples 示例代码
- lib 打包后文件
- packages 源代码
packages/components/* 下组件目录结构
- core 组件源码目录
- utils 工具函数(可能有)
- README.md 组件API文档
- index.js 出口文件
API 文档
正在补充...
0.4.9
2 years ago
0.4.8
2 years ago
0.4.5
2 years ago
0.4.4
2 years ago
0.4.7
2 years ago
0.4.6
2 years ago
0.4.3
2 years ago
0.4.2
2 years ago
0.4.1
3 years ago
0.4.0
3 years ago
0.3.1
3 years ago
0.3.0
3 years ago
0.2.1
3 years ago
0.2.0
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.1.0
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago