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