Put JS and CSS files into resources/assert/(js or css)/vendors
resources/assert/(js or css)/vendors
For JS: put the require and the code into window.onload = function()
window.onload = function()
For CSS: import the sheets used
Open Homestead SSH (top left of screen)
Type npm run dev or npm run hot (if doesn’t work, do npm install, and try again)
npm run dev
npm run hot
npm install
Last updated 5 years ago