Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ITCNZ/vue-dropload

vue下拉加载,简单路由,模态框组件等开发
https://github.com/ITCNZ/vue-dropload

babel element-ui vue vue-dropload vue-resource vue-router webpack

Last synced: 6 days ago
JSON representation

vue下拉加载,简单路由,模态框组件等开发

Awesome Lists containing this project

README

        

# vue-dropload下拉加载实例

## 项目目的
* 主要用以测试vue-resource,vue-router测试单页应用

## 相关知识点
* .vue组件的开发
* vue-router 简单路由的使用
* 项目中公共样式如何引入
* vue-resource 进行ajax请求的使用
* 使用babel以及webpack 进行编译打包
* 模态框
* 轮播组件

## 安装
* 本例使用vue-cli开发的,所以可以直接clone到本地
``` bash
# install dependencies
npm install

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

```

## 效果图

![image](https://github.com/ITCNZ/vue-dropload/blob/master/renders/1.jpg) ![image](https://github.com/ITCNZ/vue-dropload/blob/master/renders/2.jpg)