Skip to content

Boilerplate includes laravel 5.3 vuejs2 bootstrap all configured as separate backend / frontend projects

Notifications You must be signed in to change notification settings

mikiyasbelhu/laravel-5.3-vuejs2-bootstrap-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Laravel 5.3 with VueJS 2 and bootstrap boilerplate

Installation / Configuration

  • Download or clone this repo
  • Goto backend folder and run composer install
  • Configure laravel and install [passport] (https://github.com/laravel/passport)
  • Start a webserver server or use php artisan serve
  • Goto ui folder and run npm install
  • Define development backend url in ui/src/config.js
  • In ui folder run npm run dev
  • Open http://localhost:8080/ in your browser

About

Boilerplate includes laravel 5.3 vuejs2 bootstrap all configured as separate backend / frontend projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 72.6%
  • JavaScript 17.0%
  • Vue 6.6%
  • HTML 3.7%
  • CSS 0.1%