You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,12 @@ Hi! I'm really excited that you are interested in contributing to Vue.js. Before
35
35
36
36
## Development Setup
37
37
38
-
You will need [Node.js](http://nodejs.org)**version 8+** and [Java Runtime Environment](http://www.oracle.com/technetwork/java/javase/downloads/index.html) (for running Selenium server during e2e tests).
38
+
You will need [Node.js](http://nodejs.org)**version 8+**, [Java Runtime Environment](http://www.oracle.com/technetwork/java/javase/downloads/index.html) (for running Selenium server during e2e tests) and [yarn](https://yarnpkg.com/en/docs/install).
39
39
40
40
After cloning the repo, run:
41
41
42
42
```bash
43
-
$ yarn #it install the dependencies of the project
0 commit comments