Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Merge pull request #117 from doktordirk/webpack-readme
Browse files Browse the repository at this point in the history
doc(Readme): update webpack install guide
  • Loading branch information
RWOverdijk committed Apr 21, 2016
2 parents 5294b8d + 3b43eb8 commit e1e8fea
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,23 @@ We've simplified installation and usage! This plugin should now be installed usi

## Installation

Run `jspm i aurelia-authentication`, or (for webpack) `npm i aurelia-authentication`, from your project root.
### Jspm/SytemJs

Run `jspm i aurelia-authentication` from your project root.

### Webpack

Run `npm i aurelia-authentication` from your project root.

Aurelia-authentication has submodules (currently only the authFilter). So you need to add it to the AureliaWebpackPlugin includeSubModules list.

```js
AureliaWebpackPlugin({
includeSubModules: [
{ moduleId: 'aurelia-authentication' }
]
}),
```

## Documentation

Expand Down

0 comments on commit e1e8fea

Please sign in to comment.