Skip to content

Commit 70b1fe7

Browse files
committed
updated readme to get things working correctly
1 parent 6ae3d6c commit 70b1fe7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

demo/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@
55
## Build Setup
66

77
``` bash
8-
# install dependencies
8+
# install vue-axe dependencies (root project / parent directory)
9+
npm install
10+
11+
# build vue-axe
12+
npm run dist
13+
14+
# switch to demo folder
15+
cd demo
16+
17+
# install demo dependencies
918
npm install
1019

1120
# serve with hot reload at localhost:8080

0 commit comments

Comments
 (0)