An open API service indexing awesome lists of open source software.

https://github.com/conterra/mapapps-portal-item-loader

This bundle provides access to portal content.
https://github.com/conterra/mapapps-portal-item-loader

4x contents highlight mapapps

Last synced: 28 days ago
JSON representation

This bundle provides access to portal content.

Awesome Lists containing this project

README

          

[![devnet-bundle-snapshot](https://github.com/conterra/mapapps-portal-item-loader/actions/workflows/devnet-bundle-snapshot.yml/badge.svg)](https://github.com/conterra/mapapps-portal-item-loader/actions/workflows/devnet-bundle-snapshot.yml)
![Static Badge](https://img.shields.io/badge/requires_map.apps-4.20.0-e5e5e5?labelColor=%233E464F&logoColor=%23e5e5e5)
![Static Badge](https://img.shields.io/badge/tested_for_map.apps-4.20.0-%20?labelColor=%233E464F&color=%232FC050)

# dn_portalitemloader

This bundle allows to add portal content

# Portal Item Loader

The Portal Item Loader allows you to add portal content to your app.

![Screenshot App](https://github.com/conterra/mapapps-portal-item-loader/blob/main/screenshot.png)

## Sample App

https://demos.conterra.de/mapapps/resources/apps/public_demo_portalitemloader/index.html

## Installation Guide

[dn_portalitemloader Documentation](https://github.com/conterra/mapapps-portal-item-loader/tree/master/src/main/js/bundles/dn_portalitemloader)

## Quick start

Clone this project and ensure that you have all required dependencies installed correctly (see [Documentation](https://docs.conterra.de/en/mapapps/latest/developersguide/getting-started/set-up-development-environment.html)).

Then run the following commands from the project root directory to start a local development server:

```bash
# install all required node modules
$ mvn initialize

# start dev server
$ mvn compile -Denv=dev -Pinclude-mapapps-deps

# run unit tests
$ mvn test -P run-js-tests,include-mapapps-deps
```

For more details refer to the [Developer's Guide](https://docs.conterra.de/en/mapapps/latest/developersguide/getting-started/).