vue init webpack-simple 和安裝elementui後 npm run dev報錯

一個檸檬發表於2018-12-17

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' }

相關文章