Can crawlers climb scaffolding to build vue or react projects?

the backstage boss said not to write with vue in the future, saying that the crawler could not get the content in the web page.
is it true that scaffolding vue or react items cannot be crawled?


it is OK to use phantomjs in node environment. All front-end rendered websites are applicable.

in the past, the rendered pages are static, showing users all loaded, so it is easy to climb. Now they are all rendered dynamically, so you need to have a simulation environment, and then crawl

after execution.

it is recommended that you develop multi-page applications if you use vue, which is beneficial to crawling, and just like a normal web page,
https://codeshelper.com/a/11.


feels that all single-page applications are not suitable. If you don't do a single page, vue can also


if it's java. You can use javafx to load a web page and then crawl it, or call Google's driver ChromeDriver (other languages can also be used) to control the browser to load vue web pages and then crawl


you can use express as middleware to render pages

Menu