From: Eduardo San Martin Morote Date: Fri, 7 Apr 2023 09:36:53 +0000 (+0200) Subject: chore: contributing notes [skip ci] X-Git-Tag: v4.2.0~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=122892cf276989c73e980220e8987c17f1cab111;p=thirdparty%2Fvuejs%2Frouter.git chore: contributing notes [skip ci] --- diff --git a/.github/contributing.md b/.github/contributing.md index ad26f287..b4f27796 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -45,7 +45,7 @@ You will need [Node.js](http://nodejs.org) **version 10+**, and [Pnpm](https://p After cloning the repo, run: ```bash -$ pnpm install # install the dependencies of the project +pnpm install # install the dependencies of the project ``` A high level overview of tools used: @@ -66,7 +66,7 @@ The `build` script builds vue-router The `play` scripts starts a playground project located at `playground/` that allows you to test things on a browser. ```bash -$ pnpm play +pnpm play ``` ### `pnpm test` @@ -113,4 +113,4 @@ Unit tests are located inside `__tests__`. Consult the [Jest docs](https://jestj Thank you to all the people who have already contributed to Vue Router! - +