How do I load a global css, js and where do all the images go?
Closed this issue · 3 comments
abishekrsrikaanth commented
How do I load a global css, js and where do all the images go?
atinux commented
The global css should be put in the resources/src/App.vue
file.
For the js, resources/src/app.js
For the images, you can add them in the public/
folder.
abishekrsrikaanth commented
@atinux What about css and js files loaded cdn? if I wanted to loaded js scripts right before body tag?
atinux commented
You can add them in resources/views/app.njk @abishekrsrikaanth