Why vuepress next build is so long ? #1166
Unanswered
MisTraleuh
asked this question in
Q&A
Replies: 1 comment
|
Maybe you can try vitepress. For your case, it means we build 100 pages per minute, I think that's fine. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I've a question for everybody,
I've a documentation with ~9000 Markdown files. And my building take 1h30, is so long no ?
I use
"vuepress": "^2.0.0-beta.49"and this command for build"docs:build": "vuepress build docs"How Can I Get A build faster ?
Thanks you
All reactions