Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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/).