generator-office
generator-office copied to clipboard
Yeoman generator for building Microsoft Office related projects.
# Prerequisites - [x] I am running the latest version of Node and the tools - [x] I checked the documentation and found no answer - [x] I checked to...
# Prerequisites Please answer the following questions before submitting an issue. **YOU MAY DELETE THE PREREQUISITES SECTION.** - [x ] I am running the latest version of Node and the...
Hi All, I run into the following error when I'm trying to scaffold any project using yo office: > ? Choose a project type: Office Add-in Task Pane project ?...
The "yo Office" for Angular generates a bad Angular application where dependency injection does not even work. https://github.com/OfficeDev/Office-Addin-TaskPane-Angular/issues/45 Furthermore each component's html requires to be added in the webpack.config file,...
# Expected behavior Prompt to install certificate when run `npm start` the first time. Or provide ca.crt in {project root}/certs to allow mannually installation. # Current behavior Please provide information...
I tried to follow this instructions. Worked fine until in the final stage I opened "Show Taskpane". There is just a long description that Firefox encountered a possible security problem...
# Prerequisites Please answer the following questions before submitting an issue. **YOU MAY DELETE THE PREREQUISITES SECTION.** - [Yes] I am running the latest version of Node and the tools...
This issue has been raised before, but has been marked Fixed in VSCode 1.53.2. However I'm seeing this in 1.63.2 (latest). The default TaskPane project for Word (Typescript) shows the...
It says to replace the word $HOST$ with the name of the Office application. I only found one instance of $HOST$, but 2 more instances of Excel. I am using...
I am trying to build a new Excel Add-in using the link provided below from Microsoft office docs using Visual Studio 2019 but this is giving me This Add-In could...