Skip to content

WeberLong/long-ui

Repository files navigation

long-ui

一个基于Vue2.x的移动端UI long-ui

Demo: https://weberlong.github.io/long-ui/

技术栈

vue2 + vue-router + webpack + icomoon + less + jsx

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8088
npm run dev

# build for production with minification
npm run build

# build for production with minification
npm run examples

项目结构

.
├── 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

参考、使用的项目