Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sangit0/Ecommerce-showcase-vueJS-and-Laravel


https://github.com/sangit0/Ecommerce-showcase-vueJS-and-Laravel

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

Ecommerce with laravel 5.5 and VUE JS

TechStack
- VueJS v2
- vue-Router
- vuex
- vue resource
- vuetify
- Laravel 5.5 as backend
- Passport auth laravel
- Node.js
- Mysql
- Browserify
- webpack
- laravel mix
# Run
``` bash
#install dependencies
npm install

# Composer install
composer install

# Laravel init
php artisan key:generate
php artisan migrate:refresh --seed
php artisan passport:install
```
Copy and replace one of the generated client ID and client secert KEY to "resource/assets/components/authentication/Login.vue";

``` bash
# serve at localhost:8000
php artisan serve

# serve with hot reload at localhost:3000
npm run watch
```
# Screenshot
![alt text](https://github.com/sangit0/Ecommerce-showcase-vueJS-and-Laravel/blob/master/screenshot/5.png "Screenshot")
![alt text](https://github.com/sangit0/Ecommerce-showcase-vueJS-and-Laravel/blob/master/screenshot/1.png "Screenshot")
![alt text](https://github.com/sangit0/Ecommerce-showcase-vueJS-and-Laravel/blob/master/screenshot/2.png "Screenshot")
![alt text](https://github.com/sangit0/Ecommerce-showcase-vueJS-and-Laravel/blob/master/screenshot/3.png "Screenshot")
![alt text](https://github.com/sangit0/Ecommerce-showcase-vueJS-and-Laravel/blob/master/screenshot/4.png "Screenshot")