$ npm start
> @ start d:\***\dva-quickstart
> dora --plugins "proxy?watchDirs=./mock,webpack,webpack-hmr"
proxy: load rule from proxy.config.js
temp certs cleared
proxy: listened on 8989
� 17/24 build modules done
Generating RSA private key, 2048 bit long modulus
� 20/24 build modules...........+++
..+++
e is 65537 (0x10001)
� 21/25 build modulesUnable to load config info from /usr/local/ssl/openssl.cnf
� 21/26 build modules=============
rootCA generated at :
C:\Users\***\.anyproxy_certs
� 21/27 build modules=============
� 40/47 build modulesrootCA generated
please trust the rootCA.crt in C:\Users\***\.anyproxy_certs\
or you may get it via anyproxy webinterface
� 470/470 build modules
webpack: bundle build is now finished.
err with request :Error: socket hang up /
就是这个“err with request :Error: socket hang up”错误,当本地打开localhost访问8989端口就会出现,然后页面出不来
看这里 https://github.com/dvajs/dva-...