Skip to content

Commit

Permalink
Adding installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Marcelo Del Negro committed Apr 17, 2017
1 parent 694fa59 commit bb9eef2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@

npm install aurelia-virtual-scroller --save

Open your package.json adding the following lines:

"aurelia": {
"build": {
"resources": [
"aurelia-virtual-scroll/aurelia-virtual-scroll"
]
}
}


All samples below refer to the plugin demo site configuration.

**Window Scroll Setup**
Expand Down

0 comments on commit bb9eef2

Please sign in to comment.