# 项目结构
# 一个基于Vue2.x的移动端UI long-ui
# 项目结构
.
├── README.md
├── babel.config.js
├── build.sh
├── component.md
├── example
│ ├── App.vue
│ ├── assets
│ ├── index.html
│ ├── main.js
│ ├── pages
│ └── router
├── jsconfig.json
├── lib
│ ├── fonts
│ └── img
├── package.json
├── src
│ ├── assets
│ │ ├── fonts
│ │ └── style.css
│ ├── components
│ │ ├── actionSheet
│ │ ├── badge
│ │ ├── bars
│ │ ├── bottomNav
│ │ ├── button
│ │ ├── card
│ │ ├── circular
│ │ ├── contentBlock
│ │ ├── contentTitle
│ │ ├── forms
│ │ ├── icon
│ │ ├── indexList
│ │ ├── indicator
│ │ ├── infiniteScroll
│ │ ├── list
│ │ ├── modal
│ │ ├── nav
│ │ ├── numberAnimate
│ │ ├── overlay
│ │ ├── picker
│ │ ├── popover
│ │ ├── popup
│ │ ├── refreshControl
│ │ ├── ripple
│ │ ├── scrollView
│ │ ├── swiper
│ │ └── toast
│ ├── index.js
│ └── utils
├── vue.config.js
└── yarn.lock
← 项目简介