https://github.com/galan99/vue-lottery
h5横竖版转盘活动
https://github.com/galan99/vue-lottery
eslint infinite-scroll lottery virtual-list vue vue-router yapi
Last synced: about 1 month ago
JSON representation
h5横竖版转盘活动
- Host: GitHub
- URL: https://github.com/galan99/vue-lottery
- Owner: galan99
- Created: 2019-08-10T03:24:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-29T14:29:40.000Z (over 6 years ago)
- Last Synced: 2025-09-20T21:33:26.620Z (9 months ago)
- Topics: eslint, infinite-scroll, lottery, virtual-list, vue, vue-router, yapi
- Language: JavaScript
- Homepage:
- Size: 562 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 功能
> 1. 全局less变量common.less
> 2. 组件化
> 3. 静态资源js,css,图片放在cdn
> 4. 微信授权与分享
> 5. 禁止弹窗滚动穿透popitem.vue
> 6. 使用yapi-mock模拟数据
> 7. vue-virtual-scroll-list长列表优化,区服列表数据过多
> 8. 封装全局组件Toast、Loading、Pop
# 效果预览


## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
```
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).