vuejs-templates / webpack

A full-featured Webpack + vue-loader setup with hot reload, linting, testing & css extraction.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move images to public folder

muh-nr opened this issue · comments

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