JabRef / JabRef-Word-Addin

MIT License
23 stars 7 forks source link

JabRef-Word-Addin

Getting started

Loading and Testing the Plugin

How to test the add-in in Word

How to test add-in in Word on a browser

How to sideload Add-in in Office on the web manually

Yarn Commands

Command Description
yarn start To test add-in in Word, run this command in the root directory. This starts the local web server and opens Word with add-in loaded.
yarn start:web To test your add-in in Word on a browser, run this command in the root directory. When you run this command, the local web server will start
yarn build To start server in production.

Note: If you're testing add-in on Mac, run yarn dev-server to start the local web server.

Recommended VS Code Extension

Technologies used