https://github.com/akv3sic/vue-ecommerce-app
E-commerce Application 🛒 built with Vue and Flask.
https://github.com/akv3sic/vue-ecommerce-app
axios ecommerce ecommerce-application frontend jwt vue2 vuejs vuetify vuex webshop
Last synced: about 1 year ago
JSON representation
E-commerce Application 🛒 built with Vue and Flask.
- Host: GitHub
- URL: https://github.com/akv3sic/vue-ecommerce-app
- Owner: akv3sic
- Created: 2021-01-10T23:08:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T09:26:05.000Z (almost 4 years ago)
- Last Synced: 2025-04-12T18:13:23.378Z (about 1 year ago)
- Topics: axios, ecommerce, ecommerce-application, frontend, jwt, vue2, vuejs, vuetify, vuex, webshop
- Language: Vue
- Homepage:
- Size: 1.86 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# DashDetailing - Ecommerce Application 🛒 built with Vue and Flask
> Student project
- [Demo](https://studenti.sum.ba/projekti/fsre_rwa/2020/g17/#/) - Backend is not working currently
- [Vision Statement (Croatian)](https://docs.google.com/document/d/1JzsLHWfdC9LEyuukmeVUxToQmCsCsy9Hc-fkxp9aitw/edit?usp=sharing)
- [Backend](https://github.com/VjekoRezic/FlaskBackend) - built with Flask
## Screenshots
- User account - orders
- Back-office
- Product
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).