Skip to content

Commit

Permalink
Using superagent
Browse files Browse the repository at this point in the history
  • Loading branch information
jeneser committed May 28, 2017
1 parent 46de717 commit b82eeb7
Show file tree
Hide file tree
Showing 26 changed files with 304 additions and 199 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Douban

> Awesome douban DEMO created with Vue2.x + Vuex + Vue-router + vue-resource
> Awesome douban DEMO created with Vue2.x + Vuex + Vue-router + Superagent
## Preview

Expand All @@ -18,7 +18,7 @@

## Features

- Vue + vue-router + vuex + vue-resource working together
- Vue + vue-router + vuex + Superagent working together
- Vuex divide store into modules
- Modern JavaScript syntax with ES6
- vue-cli webpack template
Expand Down Expand Up @@ -58,7 +58,8 @@ For detailed explanation on how things work, checkout the [guide](http://vuejs-t

- [Vuex](https://vuex.vuejs.org) : Centralized State Management for Vue.js
- [Vue-router](http://router.vuejs.org/) : The official router for Vue.js
- [vue-resource](https://github.com/pagekit/vue-resource) : The HTTP client for Vue.js
- ~~[vue-resource](https://github.com/pagekit/vue-resource) : The HTTP client for Vue.js~~
- [Superagent](https://github.com/visionmedia/superagent) : Ajax with less suck - (and node.js HTTP client to match)
- [vue-infinite-loading](https://github.com/PeachScript/vue-infinite-loading) : An infinite scroll plugin for Vue.js 1.0 & Vue.js 2.0.
- [normalize.css](https://github.com/necolas/normalize.css) : A collection of HTML element and attribute style-normalizations

Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html><head><meta charset=utf-8><title>豆瓣</title><meta name=viewport content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"><link rel=icon type=image/x-icon href=/static/logo.png><link href=./static/css/app.f5cd777f265c74e2114871abec42d81e.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.c637db0dd96f1e2a4b48.js></script><script type=text/javascript src=./static/js/vendor.1fda90229aab5ab1ef7f.js></script><script type=text/javascript src=./static/js/app.00c6d7a7d895d10689fe.js></script></body></html>
<!DOCTYPE html><html><head><meta charset=utf-8><title>豆瓣</title><meta name=viewport content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"><link rel=icon type=image/x-icon href=/static/logo.png><link href=./static/css/app.f5cd777f265c74e2114871abec42d81e.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.c1635ad127d4b10e4ef3.js></script><script type=text/javascript src=./static/js/vendor.b3a6a4704ad06fa53bbb.js></script><script type=text/javascript src=./static/js/app.c67f3dba60c147602c9d.js></script></body></html>
2 changes: 0 additions & 2 deletions dist/static/js/app.00c6d7a7d895d10689fe.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/static/js/app.00c6d7a7d895d10689fe.js.map

This file was deleted.

2 changes: 0 additions & 2 deletions dist/static/js/manifest.c637db0dd96f1e2a4b48.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/static/js/manifest.c637db0dd96f1e2a4b48.js.map

This file was deleted.

Loading

0 comments on commit b82eeb7

Please sign in to comment.