How to build a project that can run both vue, and html?

now I want to build a test project, which requires that I can run both vue, and html. I still don"t have a clue after thinking about it for a long time. Can you help me to see if this can be realized? What is the realization idea? Thank you


The

page renders two div, one as the root node of vue and the other as the root node of html, one mountain and two tigers coexist peacefully.

fyi:vue and html are not two opposing concepts


Let me translate your question for you:

how to build a project that requires running both js, and html?

Isn't that a strange question? Vue is js, and html do not conflict. So what you want to ask is do you want to use both vue, and native js?

this proposition is not true in the first place

Menu