最新回答 / Dreamer1017
剛剛學完整個課程,解決了依賴版本問題的坑??源碼:https://github.com/niuyi1017/imooc/tree/master/vue-webpack-todo
2018-09-30
最新回答 / qq_逗號_EJKSTZ
找到,問題了,config.devServer = {port: "8000",host: '0.0.0.0',overlay: {errors: true}}這里的 port 我寫成 prot了,另外我想問一下,這些錯誤,一點都不明確
2018-09-29
最贊回答 / 雨中的魚L
報錯信息:Cannot find module 'stylus',意思也是說沒有找到stylus模塊。所以,? 打包stylus文件格式,要安裝兩個包, npm i stylus stylus-loader ,? 這樣才能打包成功
2018-09-28
最新回答 / Dreamer1017
剛剛學完整個課程,解決了依賴版本問題的坑??源碼:https://github.com/niuyi1017/imooc/tree/master/vue-webpack-todo?多多指教
2018-09-28
最贊回答 / LGforgone
const?path?=?require('path') const?{?VueLoaderPlugin?}?=?require('vue-loader') module.exports?=?{ ????entry:?path.join(__dirname,'src/index.js'), ????output:?{ ????????filename:?"bundle.js", ????????path:?path.jo...
2018-09-18