JSPM

@leanup/cli-react

1.1.0-rc.19
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 560
  • Score
    100M100P100Q100318F
  • License ISC

This package contains the React framework extension for the @leanup/cli.

Package Exports

  • @leanup/cli-react

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

Readme

travis-ci dependencies peer-dependencies vulnerabilities npm downloads install-size lernajs code style: prettier

Vulnerability findings from snyk.io will be not updated over the time!

@leanup/cli-react

This package contains the react framework extension for the @leanup/cli.

Installation

npm install @leanup/cli @leanup/cli-react --save-dev

Usage

Developing

lean serve -f react -h

Usage: lean serve [options]

Developing

Options:
  -f, --framework <framework>      javascript framework (SPA)
  -e, --environment <environment>  technical environment (CMS)
  -t, --template <template>        corporate design (Style)
  -o, --open                       open the default browser
  -p, --port                       port
  -h, --help                       output usage information

Building

lean build -f react -h

Usage: lean build [options]

Building

Options:
  -f, --framework <framework>      javascript framework (SPA)
  -e, --environment <environment>  technical environment (CMS)
  -t, --template <template>        corporate design (Style)
  -a, --analyzer                   generate an addional analyzer report (@leanup/cli-addons required)
  -g, --gzip                       addional file compression (@leanup/cli-addons required)
  -w, --worker                     split application separate worker files (@leanup/cli-addons required)
  -h, --help                       output usage information

Unit-Testing

see @leanup/cli

Test-Coverage

see @leanup/cli

E2E-Testing

see @leanup/cli

Formatter

see @leanup/cli

Linter

see @leanup/cli