Category: github, yaml

There are a lot of deployment strategies when you deploy your Vue.js applications to production and your deployment strategy is entirely depends on your application architecture. For example, If you are using Java or Nodejs with Vue you need to deploy your application on respective environments.

In this post, we will see how we can deploy a Vue static website using Azure DevOps.

There are some prerequisites for this article you need to be familiar with the Vue.js application and how it builds and some familiarity with the Azure account. One way to deploy your Vue static website on Azure is to log in to your portal and upload all the files manually.

Related Articles