JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3432
  • Score
    100M100P100Q123742F
  • License Apache-2.0

A library of core web utilities that support Forge Web Component libraries.

Package Exports

  • @tylertech/forge-core
  • @tylertech/forge-core/esm/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@tylertech/forge-core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Forge Core

This library contains the core building blocks and utilities that are used when building Forge Web Components.

This package is intended to be used directly with projects built using the Forge CLI, but there are many useful generic utilities that can be used directly within any web application.

Usage

$ npm install @tylertech/forge-core

Development

Install dependencies:

$ npm install

Build npm package:

$ npm run build

Run tests:

$ npm test