vuejs-templates / webpack

A full-featured Webpack + vue-loader setup with hot reload, linting, testing & css extraction.
MIT License
9.71k stars 4.4k forks source link

Move images to public folder #1499

Closed muh-nr closed 5 years ago

muh-nr commented 5 years ago

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.

Thanks for your help. Mathias

muh-nr commented 5 years ago

Sorry, I moved the question to https://forum.vuejs.org/t/move-images-to-public-folder/65125