1.1.1 • Published 9 months ago

dx-systemjs-vue-browser v1.1.1

Weekly downloads
664
License
MIT
Repository
github
Last release
9 months ago

dx-systemjs-vue-browser

SystemJS plugin to load .vue single file components

/* global System */

System.config({
  transpiler: "plugin-babel",
  paths: {
    "npm:": "https://unpkg.com/"
  },
  map: {
    vue: "npm:vue@2.5.16/dist/vue.esm.browser.js",

    "vue-loader": "npm:dx-systemjs-vue-browser@1.0.5/index.js",

    "plugin-babel": "npm:systemjs-plugin-babel@0/plugin-babel.js",
    "systemjs-babel-build":
      "npm:systemjs-plugin-babel@0/systemjs-babel-browser.js"
  },
  meta: {
    "*.vue": { loader: "vue-loader" }
  }
});
1.1.1

9 months ago

1.1.0

10 months ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago