diff options
Diffstat (limited to 'example/README.md')
-rw-r--r-- | example/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/example/README.md b/example/README.md new file mode 100644 index 0000000..ae798e7 --- /dev/null +++ b/example/README.md | |||
@@ -0,0 +1,5 @@ | |||
1 | ```bash | ||
2 | npm install | ||
3 | npm run-script webpack | ||
4 | npm run-script run | ||
5 | ``` | ||