Solve frequent memory overflow caused by too large vue project

Problem Description

When the Vue project is too large, every time the project code changes, the project is easily closed, and it is very troublesome to restart.


solution:

Execute the following command statements in order (note: the project needs to be restarted)

npm install -g increase-memory-limit

increase-memory-limit

npm run dev

Guess you like

Origin blog.csdn.net/weixin_46054723/article/details/129199611