Closed
Description
Hi there,
I'd like to know if there's a roadmap for the next major update, Vuepress 2? The 1.0 release cycle is awesome lead by @ulivz. Now the project seems maintained by @billyyyyy3320, @bencodezen, with minimal fixes. But it's not clear who is actually leads the next major update.
Personally, I would like to see the improvements to scale vuepress for bigger projects, the ones with many thousands of pages.
- Vuepress building is too slow ?! #1560 make the build faster
- [Vue warn]: Error in render: "RangeError: Maximum call stack size exceeded" #2656, Fix vuepress compilation memory problem修复vuepress编译内存问题 #2448, FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory #1819 limit memory usage to build progress. Currently, it scales linearly with the number of pages.
- Reduce the build size for the initial loading. Currently, it scales linearly with the number of pages.
Of course, people from different backgrounds may have different priorities, like support vuejs 3 for example.