Laravel Project with Vue2 and Element
First, run the server.(Make sure Laravel & node-modules have installed and in right configure.)
php artisan serve
Then, run the gulp
to compile the front-end.
npm run watch
Visit http://localhost:8000
, It works!
You can download the repo and start coding.
The articles can help you to deploy it by yourself: