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

https://github.com/studyresearchprojects/vue-stack-ecommerce

🖖 Vue 3 e-commerce using Vuex and Vue Router based on a Dunebooks article on Vue
https://github.com/studyresearchprojects/vue-stack-ecommerce

article ecommerce front-end vue vue3

Last synced: 6 months ago
JSON representation

🖖 Vue 3 e-commerce using Vuex and Vue Router based on a Dunebooks article on Vue

Awesome Lists containing this project

README

          



vue-stack-ecommerce


🖖 Vue 3 e-commerce using Vuex and Vue Router based on a Dunebooks article on Vue


## Motivation

Give a try on Vue 3 on an stateful application. This application
makes use of:

* Vue 3
* Vuex 4
* Vue Router

This project is build by following Dunebook's article on Vue 2:
[Building an e-commerce app with VueJS, Vuex and Axios](https://codesource.io/building-an-e-commerce-app-with-vue-js-vuex-axios/)

## Project setup

```bash
yarn install
```

### Compiles and hot-reloads for development
```bash
yarn serve
```

### Compiles and minifies for production
```bash
yarn build
```

### Lints and fixes files
```bash
yarn lint
```

## References

This project is based on an article by [Dunebook](https://github.com/Dunebook/Vue-ecommerce)
and then updated to Vue 3 and Vuex 4 with minor changes.

Other differences include algorithms used on some actions/mutations for state.