終端執行:npm
npm run dev 瀏覽器
出現:app
I Your application is running here: http://localhost:8080spa
但並無打開瀏覽器運行項目code
解決辦法:blog
找到config/index.js中io
autoOpenBrowser: false,
修改成class
autoOpenBrowser: true,
如圖:終端