[Vuejs]-Vue CLI not building subdirectory

0๐Ÿ‘

โœ…

As said in the folowing documentation, static assets have to be put in /public folder:
https://cli.vuejs.org/guide/html-and-static-assets.html#static-assets-handling

In your case:

public/img/desktop/
public/img/mobile/

Leave a comment