vue 放入html文件,启动报错

  安装 npm install --save-dev html-loader   在config配置项加 module:{    loaders:[      {        test:/\.js$/,        loader:'babel-loader'      },      {        test:/\.html$/,        loader:'html-loader'  
相关文章
相关标签/搜索