'Is it possible to use a frontend framework only on one page in an already finished project?

I'm working on a project where I need to make a dashboard as a homepage like this

https://www.grapecity.com/wijmo/demos/reference-samples/DynamicDashboard/angular/dist/

but in the project we don't adopt any frontend framework, only JavaScript and jQuery.
The project used Django as a backend.



Solution 1:[1]

If you just want a small piece of Vue somewhere in a project without managing a whole lot, you could probably use petite-vue.
This is somehow similar to Alpine and perfect if you want to add just a small piece of interactivity, while staying in the Vue ecosystem.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 kissu