Skip to content

Instantly share code, notes, and snippets.

@ryantxr
Last active April 2, 2018 13:48
Show Gist options
  • Save ryantxr/2bdab774a7a97782e8ebdc48f2c634c1 to your computer and use it in GitHub Desktop.
Save ryantxr/2bdab774a7a97782e8ebdc48f2c634c1 to your computer and use it in GitHub Desktop.
How I made Laravel 5.6, Bootstrap 4 and Vue 2 work together

This is a brief description on making Laravel 5.6, Bootstrap-Vue work. Make sure to install Node and Npm. I have the following:

  1. Node 8.10.0
  2. NPM 4.6.1

Make a new laravel project

laravel new name-of-project

Grab Bootstrap-Vue

npm install bootstrap-vue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment