當運行完npm之后出現
DONE Compiled successfully in 22992ms 2:59:28
I Your application is running here: http://localhost:8081
意思是你的網頁地址為http://localhost:8081,但是沒有自動打開
解決辦法:
打開cofig/index.js,將autorOpenBrowser 改為True即可
http://blog.csdn.net/u012086400/article/details/78721402