Skip to content

Latest commit

 

History

History
91 lines (64 loc) · 2.99 KB

README.md

File metadata and controls

91 lines (64 loc) · 2.99 KB

GitHub CI - Publish to NPM dependencies peer-dependencies vulnerabilities npm downloads install-size lernajs code style: prettier

@leanup/cli-preact

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

Installation

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

Usage

Developing

lean serve -f preact -h

Usage: lean serve [options]

Developing

Options:
  -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 preact -h

Usage: lean build [options]

Building

Options:
  -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