# common-components **Repository Path**: ianj/common-components ## Basic Information - **Project Name**: common-components - **Description**: 该仓库是vue2/vue3/react常用组件集合 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-07 - **Last Updated**: 2023-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # common-components #### 介绍 #### 该仓库是vue2/vue3/react常用组件集合(持续更新) #### 安装依赖 在项目根目录下,打开命令窗口执行 ``` #vue2组件 cd vue2 #vue3组件 cd vue3 yarn # or npm install ``` #### #### 运行项目 ``` #vue2组件 cd vue2 npm run dev #vue3组件 cd vue3 npm run dev ``` #### 预览 ##### 表格 ![](./images/table.jpg) ##### 动态表单 ![](https://gitee.com/ianj/common-components/raw/master/images/form.jpg) ##### 省市区 ![](https://gitee.com/ianj/common-components/raw/master/images/province-city.jpg) ##### 时间选择器 ![](https://gitee.com/ianj/common-components/raw/master/images/time.jpg) ##### 日历 ![](https://gitee.com/ianj/common-components/raw/master/images/date-range-1.jpg) ![](https://gitee.com/ianj/common-components/raw/master/images/date-range-2.jpg)