au
TypeScript icon, indicating that this package has built-in type declarations

2.0.0-beta.14 • Public • Published

License: MIT TypeScript CircleCI npm

aurelia

This is the cli package for Aurelia 2.

dev

Start HTTP server

au dev --scratchdir ./dist/

Start HTTP/2 server

In order to run HTTP/2 server you need SSL. To generate the certs and keys, you may use this guide.

Then you can start the HTTP/2 server like this:

au dev --scratchdir ./dist/ --usehttp2 true --keypath ./key.pem --certpath ./cert.pem

The HTTP/2 server will automatically push all the files under the root directory when the index.html file is requested.

Readme

Keywords

Package Sidebar

Install

npm i au

Homepage

aurelia.io

Weekly Downloads

43

Version

2.0.0-beta.14

License

MIT

Unpacked Size

81.9 kB

Total Files

18

Last publish

Collaborators

  • aureliaeffect