This project was used as an example to my vuex in depth Meetup talk back in 2017
It uses the meetup.com v3 API to query users and store them in vuex so we can interact with them.
https://filipemerker.github.io/vuex-talk-example/
# install dependencies
yarn
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build