This is Svelte template for Office Add-in project that can be managed with Visual Studio Code or any other editor. You can use it to create Office Add-ins for:
git clone https://github.com/krmanik/Office-Addin-TaskPane-Svelte.git
cd Office-Addin-TaskPane-Svelte
npm install
npm run build
npm run start
Launch the local HTTPS site on https://localhost:3000 by simply typing the following command in your console:
npm run dev
In another terminal run following commands to use Addin in Office apps.
npm start
npm run start:excel
npm run start:onenote
npm run start:powerpoint
npm run start:project
npm run start:word
Note: Office Add-ins should use HTTPS, not HTTP, even when you are developing. If you are prompted to install a certificate after you run npm start, accept the prompt to install the certificate that the Yeoman generator provides.
Next, sideload the add-in in an Office application. See Sideload an Office Add-in for testing.
This template is written using TypeScript.
This template supports debugging using any of the following techniques:
More Office Add-ins samples at OfficeDev on Github