avinashn / Vuejs_laravel

A simple introduction to vue.js in laravel

Home Page:http://justlaravel.com/introduction-vue-js-in-laravel/

Repository from Github https://github.comavinashn/Vuejs_laravelRepository from Github https://github.comavinashn/Vuejs_laravel

Prerequisites

  • After cloning this repository, go to the root folder, run the following command/s,
        composer install
        composer update
  • Laravel manages the frontend tools like vue using NPM. So runnpm install to get all the required dependencies.
  • Rename .env.example to .env and provide your database details there.
  • It needs a database table to perform Create, Read and Delete operations on it.
  • Import the sql file (data.sql) located at /resources/assets directory.
  • Run
    php artisan key:generate

Working Demo

You can see the demo of the project here

Reference Post

http://justlaravel.com/introduction-vue-js-in-laravel

App Demo

https://www.youtube.com/watch?v=nWwRuJeK36A

About

A simple introduction to vue.js in laravel

http://justlaravel.com/introduction-vue-js-in-laravel/


Languages

Language:JavaScript 94.0%Language:PHP 5.8%Language:HTML 0.2%Language:Vue 0.0%