Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sangit0/Ecommerce-showcase-vueJS-and-Laravel
- Owner: sangit0
- Created: 2018-01-29T19:37:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-27T07:13:49.000Z (over 6 years ago)
- Last Synced: 2024-08-01T21:44:43.055Z (3 months ago)
- Language: PHP
- Size: 1.68 MB
- Stars: 11
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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")