Socket
Socket
Sign inDemoInstall

au

Package Overview
Dependencies
Maintainers
1
Versions
614
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

au

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/) [![CircleCI](https://circleci.com/


Version published
Maintainers
1
Created
Source

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.

Keywords

FAQs

Package last updated on 03 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc