coo-vue

一些常用的vue响应式组件

Github stars Tracking Chart

coo-vue

无疑重复造轮子,只在整理一些平时项目中写过的常用组件。尽量支持各个PC、移动端

Getting Started

# install
npm install
# run
npm start

访问 http://localhost:9000/#/ 开始开发

Documents

coo-vue

Demonstration

Todo List

  • Siwper优化(支持定义:方向,过渡效果等等)
  • 下拉加载更多
  • 分页(移动端则响应为滚动加载更多)
  • 下拉框
  • 日期组件(写一个好用的日期组件)
  • Tabs组件(支持定义动画)
  • Dropdown组件
  • ......

Project


   ├──build/                     * webpack文件, ├──config/                    * cdn、图片资源等配置, ├──src/                       * 源码目录
   │   │
   │   │──assets                 * 全局样式、图片资源、字体资源等等
   │   │
   │   └──components             * 各个组件
   │   │   │
   │   │   └──***                * 组件目录
   │   │
   │   └──examples               * 各个组件对应的栗子
   │   │
   │   └──router                 * 路由配置
   │
   │──package.json               * 包信息
   │
   │──.eslintrc.js               * Eslint配置
   │
   │──.babelrc                   * Babel配置
   │
   │──.gitignore                 * Git忽略文件配置
   │
   │──postcss.config.js          * postcss配置文件

Support

Modern browsers and Internet Explorer 9+.

LICENSE

MIT

Overview

Name With OwnerMeituPhone/coo-vue
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 4)
Platform
License:
Release Count0
Created At2017-09-19 14:58:42
Pushed At2017-12-04 14:43:35
Last Commit At2017-12-04 22:43:27
Stargazers Count32
Watchers Count2
Fork Count8
Commits Count34
Has Issues Enabled
Issues Count1
Issue Open Count1
Pull Requests Count0
Pull Requests Open Count0
Pull Requests Close Count0
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top