We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c028c commit b8447e4Copy full SHA for b8447e4
README.md
@@ -88,14 +88,16 @@ to see it in action:
88
- get a local clone:
89
90
```sh
91
- cd <workspace-path> # <-- replace this with your local workspace directory
+ cd <workspace-path>
92
+ # ^ replace this with your local workspace directory
93
git clone https://github.com/eliranmal/vue-cli-template-dev-server.git
94
```
95
96
- navigate to the demo, and ignite the engines:
97
98
- cd <workspace-path>/vue-cli-template-dev-server # <-- you know the drill
99
+ cd <workspace-path>/vue-cli-template-dev-server/example
100
+ # ^ you know the drill
101
npm start
102
103
0 commit comments