Skip to content

team app

phaledang edited this page Nov 8, 2024 · 6 revisions

Install team toolkit

nvm for Windows

https://github.com/coreybutler/nvm-windows/releases

Install and use node 18

To install teamsapp-cli, use nvm to install and use node 18. Open Windows Powershell as Administrator and run below scripts

nvm install 18

nvm use 18.20.4

install teamsapp-cli

npm install -g @microsoft/teamsapp-cli

install teams-js

npm install --save @microsoft/teams-js

team toolkit

Install team toolkit extension https://marketplace.visualstudio.com/items?itemName=TeamsDevApp.ms-teams-vscode-extension

Using team toolkit in visual studio code

image image

If Team toolkit is not there, click on the … to show more tools

References: What is the Teams JavaScript client library? - Training | Microsoft Learn

Clone this wiki locally