OfficeDev / generator-office

Yeoman generator for building Microsoft Office related projects.
https://www.npmjs.com/package/generator-office
MIT License
824 stars 208 forks source link

create-react-app --template @fluentui and yo office #638

Closed zoulou00 closed 3 years ago

zoulou00 commented 3 years ago

Hi I'm a little bit confused on how to create an add-in that uses @fluentui. I would like to use "create-react-app --template @fluentui", to setup my web app and avoid maintaining webpack.config.js. But I need also files and some config generated by "yo office" (manifest.xml, officejs...) So I am little lost on what tool to use to get a fully up & running (and up to date) solution.

I looked in OfficeDev/script-lab project which is also an office add-in, I have the impression that they didn't use this generator to scaffold. Is-it right ?

Sorry for my English :s Thank you