Skip to content

MeituPhone/coo-vue

Repository files navigation

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