Using Vue (^2.0.0-rc.6) + Browserify, entry point is index.js:
import Vue from \'vue\' import App from \'./containers/App.vue\' new Vue({ // es
For Vue 3.4.0 You can add a new file at the root directory of the project named
Vue 3.4.0
vue.config.js and add the following into it.
vue.config.js
module.exports = { runtimeCompiler: true }
Next time when you start the app you can see
Compiled successfully in 204ms 20:46:46 App running at:
Compiled successfully in 204ms 20:46:46
App running at: