Package Exports
- micro-core
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 (micro-core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
micro-core
The core micro API. Designed for production use, or for packages to extract dependencies with a minimal footprint.
It avoids dependencies as much as possible for fast downloads.
For the complete package, API and transpilation runtime look at micro.
micro-serve
This package ships with micro-serve
installed in bin
.
Point it to a module that exports a micro
request handler:
$ micro-serve -h
usage: micro-serve [-h host] [-p port] <file>
$ micro-serve -p 3000 index.js
Listening on *:3000