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
- Host: GitHub
- URL: https://github.com/studyresearchprojects/vue-stack-ecommerce
- Owner: StudyResearchProjects
- Created: 2020-11-15T16:52:21.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-15T22:45:59.000Z (about 5 years ago)
- Last Synced: 2025-08-04T01:01:24.015Z (6 months ago)
- Topics: article, ecommerce, front-end, vue, vue3
- Language: Vue
- Homepage:
- Size: 159 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.