終端執行:
npm run dev
出現:
I Your application is running here: http://localhost:8080
但並沒有打開瀏覽器運行項目
解決辦法:
找到config/index.js中
autoOpenBrowser: false,
修改為
autoOpenBrowser: true,
如圖:
終端執行:
npm run dev
出現:
I Your application is running here: http://localhost:8080
但並沒有打開瀏覽器運行項目
解決辦法:
找到config/index.js中
autoOpenBrowser: false,
修改為
autoOpenBrowser: true,
如圖:
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。