systemjs-plugin-vue icon indicating copy to clipboard operation
systemjs-plugin-vue copied to clipboard

SystemJS plugin for Vue single file components

Results 5 systemjs-plugin-vue issues
Sort by recently updated
recently updated
newest added

I created https://github.com/vuejs-templates/systemjs/issues/2 earlier because I was not able to build my app. I've been investigating some, and I might be mistaken but this is what I have found: `System.get`...

Exporting from a file will cause system-pugin-babel to load the .vue file, apparently not allowing systemjs-plugin-vue to do its job. Using common cjs syntax module.exports inside the .vue file works...

I know it's mostly abandoned but will leave this comment for others looking into. After importing `*.vue` file, browser throws an error: ``` Uncaught ReferenceError: System is not defined ```...

Any suggestion for another example?