Skip to content

Commit 929eebe

Browse files
authored
Add npm install instructions to readme (#83)
1 parent 3ba6682 commit 929eebe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
A [webpack](https://webpack.js.org) loader for [svelte](https://svelte.technology).
66

77

8+
## Install
9+
10+
```
11+
npm install --save svelte svelte-loader
12+
```
13+
14+
815
## Usage
916

1017
Configure inside your `webpack.config.js`:

0 commit comments

Comments
 (0)