atinux/vue-adonis

How do I load a global css, js and where do all the images go?

Closed this issue · 3 comments

How do I load a global css, js and where do all the images go?

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.

@atinux What about css and js files loaded cdn? if I wanted to loaded js scripts right before body tag?