-
Notifications
You must be signed in to change notification settings - Fork 923
Scalability discussion #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I got different result from vuejs/vuepress#2689 (comment). Also, found some issues of your site, which might work in vue 2, but fail in vue 3: Invalid component usages</PageFooter> Wrapping some contents with
|
I saw those other fails as well, we'll definitely get them cleaned up. Thanks for the work so far! |
In fact, those issues make your build failed, but our cli didn't terminate the process, so you thought it was stuck. |
Closing as the original issue has been fixed in v2. |
As some users were trying to use vuepress on large scale projects, there might be some scalability issues to be solved.
I'll update some concerns and testing results here.
Test results on real-world projects
1. https://github.com/zumasys/docs by @itsxallwater
total pages: ~2040
theme: unfinished default theme
plugins: no
dev: ~80s
build: ~200s
The text was updated successfully, but these errors were encountered: