http-vue-loader
http-vue-loader copied to clipboard
load .vue files from your html/js
If there is a reference to an image asset within the template it seems the path is resolved relative to the initial Vue app, e.g. if the app is at...
I guess it might be worth mentioning somewhere (eg requirements) that for vue-cli 3 this requires ```{ compiler: true; }``` in `vue.config.js` - see https://github.com/vuejs/vue-cli/blob/dev/docs/config.md ...to save other people the...
Thank you for your providing an excellent project. I'm trying to change my project using vue from NPM to CDN. Now my project changed to importing the required library from...