S
S
skippetr2017-06-27 21:02:52
JavaScript
skippetr, 2017-06-27 21:02:52

How to include VueJS in Laravel 5 project?

New to the web.
I created a laravel project, I want to connect the vuejs bible to the blade templates.
I don't quite understand the laravel mechanism.
NPM downloaded the view and it put it in node_modules.
How now to pick him up like? I do not see where the most necessary file lies.
I know that the answer will be simple, but I'm stupid, I can't do anything.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
RidgeA, 2017-06-27
@RidgeA

Laravel already comes with vue.js.
Check it out - https://laravel.com/docs/5.4/frontend

I
Ilya, 2017-06-28
@hrhr99

Everything is in resourses/assets/js
See app.js This is where it all starts.

V
Vladimir Zhosan, 2017-07-03
@iaskivsky

npm install
npm run watch

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question