Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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