How to use a custom js framework to build Vite App?

26 views Asked by At

I want to create a Vite app for a custom frontend framework named OWL. https://www.npmjs.com/package/@odoo/owl

However, this framework is not available in the options that we get while creating the Vite app. It has only popular libraries/frameworks like Vue, React, etc.

How to create a Vite app with this custom framework?

0

There are 0 answers