--

I have created a vue js single page application that renders huge amounts of data and creates a dashboard Bar charts, area charts and gauge meters dynamically. The application was super slow because of the large amounts of Data. Switched to vite instead of web pack. It became a lot of faster. Vite is awesome and also works amazingly with external libraries such as Element plus UI

--

--

No responses yet