Here in this post we will create and connect our Teams application with Vuejs, a new Azure Web App, Create Build and Release pipeline for our Vuejs application and then install Tab App

Introduction

The Microsoft Teams Yeoman generator is an amazing tool to develop applications for your Microsoft Teams, but it is not capable to work with Vuejs yet. I wanted to develop my application in Vuejs, so I created a Microsoft Teams app using Teams JavaScript SDK as I explained in my previous post. This blog is a continuation of the previous post, so please read that to get an idea of what we are going to develop in this blog post.

Background

In our last post, we developed,

  1. a Microsoft Teams app with JavaScript SDK
  2. an Azure Function to serve the static file as a website
  3. Generate the manifest file for our Teams Application
  4. Install the App in Teams

And in this post, we will be doing,

  1. Create a sample Vuejs application
  2. Connect our Microsoft Teams application with Vuejs application, at the end both are JavaScript right?
  3. Create a new Web App in the Azure portal
  4. Create Build pipeline for our Vuejs application
  5. Create a release pipeline for our Vuejs application

So do you like any of the points mentioned above? If yes, please stay with me until the end.

#javascript #microsoft-teams #office-365 #azure #vuejs

Create Microsoft Teams App Using Vuejs, Azure, JavaScript SDK
11.75 GEEK