feat(): add vite support for react and vue (#4966)
* feat(): add vite support for react and vue
This adds two additional project types, vue-vite and react-vite. This is
to support the plan for migrating the react and vue stater projects to
vite while also maintaining backwards compat for older react-scripts
based projects and vue-cli based projects.
* fix(): update based on feedback