:bear: Simple Examples on using Vuex to build Real World Apps
This project aims to touch various aspects of Vuex while building several projects.
Browse through each project by going through the folders as listed below.
git clone https://github.com/ooade/vuex-examples.git
# install dependencies npm --prefix installserve with hot reload at localhost:8080
npm --prefix run dev
build for production with minification
npm --prefix run build
Example: To run the auth project
npm --prefix auth install npm --prefix auth run dev npm --prefix auth run build
Happy Coding!
MIT