I defined a public path via outputDir: 'Resources/Public'. The app is in Resources/Private/VueJS
On every build this folder is renewed.
Now I need some imges in Resources/Public/img.
Where do I have to place them and how do I configure to let VueCli copy them to the public path?
I don't use them directly within the template.
I defined a public path via
outputDir: 'Resources/Public'
. The app is inResources/Private/VueJS
On every build this folder is renewed. Now I need some imges inResources/Public/img
.Where do I have to place them and how do I configure to let VueCli copy them to the public path? I don't use them directly within the template.
Thanks for your help. Mathias