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

Commit

Permalink
doc(folders): describe what the different folders hold
Browse files Browse the repository at this point in the history
  • Loading branch information
bas080 committed Jun 14, 2016
1 parent f850a4c commit b1e137a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -499,6 +499,14 @@ Next time when aurelia-view-manager tries to resolve what view to use for
`viewManager.resolve('aurelia-form', 'select')` will return you the exact same
string you chose to map to the aurelia-form's select view.

## Folder structure

```
─── component * files located here are aurelia-form specific
└── framework * ... framework independent
└── bootstrap * ... bootstrap dependent
```

## Contributing

Report bugs, request features, send pull requests for fixes and features and
Expand Down

0 comments on commit b1e137a

Please sign in to comment.