I\'m new to vue js and trying to learn this. I installed a fresh new version of vue webpack in my system. I\'m having a css, js and images of this a theme template which I w
Try using the @ symbol before the url string. Import your css in the following manner:
@
import Vue from 'vue' require('@/assets/styles/main.css')
In your App.vue file you can do this to import a css file in the style tag