Best laravel framework open-source packages.

Laravel mix vue router

Simple demo how laravel-mix fails with vue-router
Updated 6 years ago

Demo repository for an issue in laravel-mix

This repository reproduces issue JeffreyWay/laravel-mix#164. My fix was accepted in PR #209, but there are reports that the issue occured again in a later version. There is also a new issue for it.

Get it running

  • git clone https://github.com/SebastianS90/laravel-mix-vue-router.git
  • cd laravel-mix-vue-router
  • composer install
  • cp .env.example .env
  • php artisan key:generate
  • npm install
  • npm run dev
  • php artisan serve

Try it out