配合 Vue.js 配置 Webpack - 36. 造成报错的 app.js
# 造成报错的 app.js new Vue({ el: '#app', template: ` ^^^ <h1>Hello World with webpack-dev-server</h1> ` });