vue init webpack-simple 和安装elementui后 npm run dev报错

ERROR in ./node_modules/element-ui/lib/theme-chalk/fonts/element-icons.ttf

往webpack.config.js里加入{ test: /\.(eot|svg|ttf|woff|woff2)$/, loader: 'file-loader' }

猜你喜欢

转载自blog.csdn.net/A13330069275/article/details/85049794