source: gs3-installations/intermuse/trunk/interfaces/intermuse/src/mirador-integration-annotation/README.md@ 37037

Last change on this file since 37037 was 37037, checked in by davidb, 17 months ago

Directory for developer code that needs to be processed to generate the JS/CSS etc files used to support the Mirador viewer in the Intermuse interface

File size: 576 bytes
Line 
1## Integrating Mirador
2
3This repository is designed to show integrating Mirador 3 with modern frontend build systems.
4
5### Dependencies
6
7You will likely need to have at least the following dependencies available in your `package.json`.
8
9 - `mirador`
10 - `react`
11 - `react-dom`
12 - `mirador-image-tools` - A plugin just to test plugin integration
13
14### Webpack
15
16See `./webpack` for a basic webpack setup for Mirador 3 + a plugin.
17
18```sh
19npm run webpack
20```
21
22### Parcel
23
24See `./parcel`, but essentially it is just an html file referencing the JavaScript.
25
26```sh
27npm run parcel
28```
Note: See TracBrowser for help on using the repository browser.