Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Adds an additional example
Adds an example that explains how to use Vuex in the context of building a realtime app with Feathers.js on the backend.
  • Loading branch information
Niall O'Brien authored Sep 12, 2016
commit c88862247e4c3361f3c07d9f7d49797e3386ff48
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- [Documentation](http://vuejs.github.io/vuex/)
- [Great introduction and explanation by @skyronic](http://skyronic.com/2016/01/03/vuex-basics-tutorial/) (using outdated 0.3.0 API, but still worth a read!)
- [Vuex introduction video - James Browne from London Vue.js Meetup #1](https://www.youtube.com/watch?v=l1KHL-TX3qs)
- [Feathers.js example using Vue.js and Vuex on the client to maintain state](https://github.com/niallobrien/feathers-chat-example) by [Niall O'Brien](https://github.com/niallobrien) (Twitter: [@niall_obrien](https://twitter.com/niall_obrien))

## Examples

Expand Down