Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ooade/vuex-examples
:bear: Simple Examples on using Vuex to build Real World Apps
https://github.com/ooade/vuex-examples
example vue vuex
Last synced: 7 days ago
JSON representation
:bear: Simple Examples on using Vuex to build Real World Apps
- Host: GitHub
- URL: https://github.com/ooade/vuex-examples
- Owner: ooade
- License: mit
- Created: 2017-09-11T14:34:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-09T10:42:47.000Z (almost 3 years ago)
- Last Synced: 2025-02-07T01:08:17.090Z (15 days ago)
- Topics: example, vue, vuex
- Language: JavaScript
- Homepage:
- Size: 324 KB
- Stars: 256
- Watchers: 6
- Forks: 78
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vuex Examples
> This project aims to touch various aspects of Vuex while building several projects.
## Contents
- [Projects](#projects)
- [Getting Started](#getting-started)
- [Running each project](#running-each-project)### Projects
Browse through each project by going through the folders as listed below.
- **Starter Files**: Where it all begins
- **Auth**: An Auth example with Vuex
- **Counter**: A simple counter implementation with Vuex
- **Firestore**: A Simple FireStore implementation with Vuex
- **Gallery**: An Image Gallery implementation with Vuex
- **Simple Todo**: A Simple Todo implementation with Vuex
- **Shopping Cart**: A Shopping Cart implementation with Vuex
- **Todo**: A better todo app implementation with Vuex
- [_Make request_](https://github.com/ooade/vuex-examples/issues/new)### Getting Started
- Clone the Repo: `git clone https://github.com/ooade/vuex-examples.git`
### Running each project
```bash
# install dependencies
npm --prefix install# serve 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
```bash
npm --prefix auth install
npm --prefix auth run dev
npm --prefix auth run build
```> Happy Coding!
## License
MIT