Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 398 Bytes

File metadata and controls

30 lines (23 loc) · 398 Bytes

my-add-in

Project setup

npm install

Generate cert for local host

npx office-addin-dev-certs install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.