To get images to work running local web server (npm run dev:client
) inside a DevContainer create a symbolic link to the media
folder inside packages/vue2-client/public/img
with the following command:
ln -s /workspaces/ACarNamedSu/media/ media
To get images to work running local web server (npm run dev:client
) inside a DevContainer create a symbolic link to the media
folder inside packages/vue2-client/public/img
with the following command:
ln -s /workspaces/ACarNamedSu/media/ media