I recently started the development of a vue3 application (web.replayer.app) and wanted to explore how to automatically build and deploy from my GitHub repository to my online test environment. Azure Pipelines seems to be an easy way to do it.
Continue readingCategory: Web Application
How to create a new PWA-enabled VueJs app on Ubuntu 20.04 from scratch
This should be a minimal guide to get you started with a VueJs PWA (Progressive Web App) from scratch. To learn more about PWA, you may listen to the PWA episode on the Coding Blocks …
Continue reading