How to reference static assets within vue javascript

For anyone looking to refer images from template, You can refer images directly using ‘@’

Example:

<img src="https://stackoverflow.com/questions/47313165/@/assets/images/home.png"/>

Leave a Comment