Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 609 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 609 Bytes

👤 Vuex Talk Example

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.

Apps Screenshot

Live example

https://filipemerker.github.io/vuex-talk-example/

Build Setup

# install dependencies
yarn

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

# build for production with minification
npm run build