Building scalable and reusable Vue webapps for multiple instances
In this talk, I’ll share how I used Vue’s feature to develop a highly scalable and reusable Web App. We’ll take an example of a web app which needs to scale to multiple countries.
Following DRY (Don’t repeat yourself) approach with Vue Mixins Maintaining SoC (Separation of concerns) with Vue’s component architecture Rendering Vue components with Dynamic imports Building country wise components with Webpack Using SCSS with Vue to scale style Bonus: Enabling Internationalization
Frontend Developer …