@@ -40,3 +40,11 @@ $ pm2 delete shanlan
```
For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).
+
+# 解决编译或打包时内存溢出,过程停止:
+ npm install -g increase-memory-limit
+### windows
+ set NODE_OPTIONS=--max_old_space_size=4096
+### mac/linux
+ export NODE_OPTIONS=--max_old_space_size=4096