JSPM

@kdujs/cli-service-global

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

kdu-cli-service global addon for kdu-cli

Package Exports

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

Readme

@kdujs/cli-service-global

Installing this package globally allows you to run kdu serve and kdu build directly without any local dependencies:

npm install -g @kdujs/cli-service-global
echo '<template><h1>Hello!</h1></template>' > App.kdu
kdu serve