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

   #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";

    # serve at localhost:8000
    php artisan serve

    # serve with hot reload at localhost:3000
    npm run watch

Screenshot

alt text alt text alt text alt text alt text