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: docs/developer-guide/index.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
Contributing is welcome.
4
4
5
+
## Project Setup
6
+
7
+
To develop locally, fork the eslint-plugin-vue repository and clone it in your local machine. The package manager used to install and link dependencies must be [npm](https://www.npmjs.com/). You need to use the LTS version of [Node.js](https://nodejs.org/).
8
+
9
+
To develop and test the `eslint-plugin-vue` package:
10
+
11
+
1. Run `npm install` in the project's root folder.
12
+
13
+
2. Run `npm test` to make sure everything is set up correctly.
14
+
5
15
## :bug: Bug reporting
6
16
7
17
If you think you’ve found a bug in ESLint, please [create a new issue](https://github.com/vuejs/eslint-plugin-vue/issues/new?labels=&template=bug_report.md) or a pull request on GitHub.
0 commit comments