這一節(jié)課老師的講解順序有錯誤。實際上應(yīng)該先定義好NODE_ENV全局變量,才能在上面定義isDev的時候引用。不然使用webstorm的時候是會報錯的。
2018-02-17
最新回答 / AlphaCatMeow
我因為使用了隱藏checkbox,使用<label>自定義了控件,所以這種情況看來應(yīng)該要手動對label添加監(jiān)聽并修改checkbox的check屬性。具體鏈接參考這里:https://www.cnblogs.com/mdengcc/p/6502108.html
2018-02-12
感謝老師,辛苦了。該課程的亮點是讓我們可以離開vue-cli,自己獨立搭建一個基本項目。期待老師后面的課程。一路看過來不容易。謝謝老師。
2018-02-12
Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
- configuration.module.rules[2].use should be one of these:
- configuration.module.rules[2].use should be one of these:
2018-02-11