Browse Source

Use full (standalone) version of Vue (fixes #17)

This maintains consistency with webpack-simple and also probably makes sense, given that this project and is only meant for quick, unrestrained prototyping anyway.
standalone-vue
Chris Fritz 8 years ago
committed by GitHub
parent
commit
a726231753
  1. 3
      template/package.json

3
template/package.json

@ -31,5 +31,8 @@
"vueify",
"babelify"
]
},
"browser": {
"vue": "vue/dist/vue.common.js"
}
}
Loading…
Cancel
Save