P粉8785424592023-09-01 14:28:57
Laravel uses NPM
(node package manager), and any modules will be installed into the node_modules
directory.
Node.js
. cd
to your project root directory. npm install --save vue v2.3
So, as long as you know Laravel well enough and make sure that its package.json
does not conflict, you don't have to worry that you are new to Vue
.