JSPM

  • Created
  • Published
  • Downloads 1324
  • Score
    100M100P100Q123258F
  • License MIT

Deploy rou Angular app to Amazon S3 directly from the Angular CLI

Package Exports

  • @jefiozie/ngx-aws-deploy

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 (@jefiozie/ngx-aws-deploy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

NGX-AWS-DEPLOY

Deploy your Angular app to Amazon S3 directly from the Angular CLI

Installation

We can install ngx-aws-deploy on two different ways.

  1. Use the Angular cmd ng add @jefiozie/ngx-aws-deploy

    ng add @jefiozie/ngx-aws-deploy
  2. Or install it via npm or yarn

    npm install -D @jefiozie/ngx-aws-deploy
    
    #########
    
    yarn add --dev @jefiozie/ngx-aws-deploy

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

The builder is located in the builderfolder. The sample app is located in the builder-test folder.

Please make sure to update tests as appropriate.

License

MIT