Handling Static Assets
src/assets
It's recommended that files like images, media should be placed in the
src/assets
folder.It's recommended that third-party files (except for single .js files you want to be concated) should also be place in the
src/assets
folder.