Skip to content

Commit

Permalink
Updated readme with contributing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
theianjohnson committed Sep 9, 2019
1 parent 926944c commit 08af361
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,6 @@ Then get to the `example` directory
And run it!
* `npm run serve`

This will build the `/your-repo-location/vue-documenter/src/VueDocumenter.vue` and copy the compiled file to the `/your-repo-location/vue-documenter/example/dist/` directory where it'll be referenced correctly by the example `App.vue` entrypoint
This will build the `/your-repo-location/vue-documenter/src/VueDocumenter.vue` and copy the compiled file to the `/your-repo-location/vue-documenter/example/dist/` directory where it'll be referenced correctly by the example `App.vue` entrypoint.

If all worked correctly you should be able to see it working at something like `http://localhost:8080/`

0 comments on commit 08af361

Please sign in to comment.