Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Hujjat/vue-shop
Learn to Build E-Commerce Web App with Vuejs and Firebase.
https://github.com/Hujjat/vue-shop
Last synced: 3 months ago
JSON representation
Learn to Build E-Commerce Web App with Vuejs and Firebase.
- Host: GitHub
- URL: https://github.com/Hujjat/vue-shop
- Owner: Hujjat
- Created: 2018-12-28T05:35:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T11:49:01.000Z (about 2 years ago)
- Last Synced: 2024-08-01T19:56:01.183Z (6 months ago)
- Language: Vue
- Size: 1.02 MB
- Stars: 171
- Watchers: 9
- Forks: 121
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - Hujjat/vue-shop - Learn to Build E-Commerce Web App with Vuejs and Firebase. (Vue)
README
# vue-shop
A Youtube video series where web build a practical e-commerce web app with vuejs and firebase. (Don't just watch the video, do it practically)
[Vuejs Full-Stack Course (AWS / Firebase) Build E-Commerce Website
](https://www.youtube.com/watch?v=UrUuvNyK-Os&list=PLB4AdipoHpxYPjGo0n2m6tmCLud_iSEbv)## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).