I know that React and Vue build files are a bunch of HTML, CSS, and JS.
So, what if I want some path (for example /react
) is built with React
and another path (for example /vue
) is built with Vue
Is it possible to do that?
I'm thinking of building with react/vue and put it on a directory (/react
or /vue
)