JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 27
  • Score
    100M100P100Q67375F
  • License MIT

A wrapper of all Esrol server components for creating performance efficient, well structured (by following 'convention over configuration' approach), but also configurable, server-side applications.

Package Exports

  • esrol

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 (esrol) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

NPM version Build Status Test coverage

Installation

npm init
npm install esrol

Warning

npm init is a must

Compatibility

Node Version
>= 4.x
NPM Version
>= 3.3.6

A wrapper of all Esrol server components for creating performance efficient, well structured (by following "convention over configuration" approach), but also configurable, server-side applications.

Esrol as a component is responsible for installing the server app and its dependencies.

The Wiki contains information about installation and API documentation.