@opengeoweb/workspace
v15.1.0
Published
GeoWeb Workspace library for the opengeoweb project
Downloads
840
Maintainers
Keywords
Readme
Workspace
React component library with Workspace components for the opengeoweb project. This library was generated with Nx.
Installation
npm install @opengeoweb/workspaceUse
You can use any component exported from workspace by importing them, for example:
import {
WorkspaceViewConnect, } from '@opengeoweb/workspace';Running unit tests
Run nx test workspace to execute the unit tests via Jest.
