I using webpack, after build and run in chrome show this error,I don\'t know how to solve it.
webpack
My code is very simple:
<
You need to import the runtime only build. This comment in the Github issues explains.
Put this in your webpack.config.js.
webpack.config.js
resolve: { alias: { vue: 'vue/dist/vue.js' } }
Vue is the default export from that library so you import like this.
import Vue from 'vue'