一般都是這樣操作:
1、沒有找到node_modules文件夾,直接在終端命令里執行 npm install;
2、npm run build;
3、npm run dev 成功后,有提示訪問地址:Your application is running here: http://localhost:8080
注意:package.json中有最低版本的要求,安裝很久的node需要升級!
如果上述操作無效:
需要在cmd里面的程序文件夾位置執行或終端位置:yarn install 即可。