Skip to content

Commit

Permalink
Add npm install instructions to readme (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
rix1 committed Sep 4, 2020
1 parent 3ba6682 commit 929eebe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
A [webpack](https://webpack.js.org) loader for [svelte](https://svelte.technology).


## Install

```
npm install --save svelte svelte-loader
```


## Usage

Configure inside your `webpack.config.js`:
Expand Down

0 comments on commit 929eebe

Please sign in to comment.