How to Implement Dynamic Components on Vuejs

Learn a solution for creating modular applications easily

Daniele Fontani
Towards Data Science
6 min readMay 4, 2020

--

The single-page application is now a standard in most scenarios. Decoupling the business logic from the presentation brings enormous advantages in terms of efficiency and quality. The fact that most frameworks build a static set of files is an additional benefit for reducing hosting or deploying complexity. These characteristics are good for an enterprise application, but I found quite limiting when I starting to develop the frontend of RawCMS, my opensource…

--

--