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 e78d053 commit 1eea85eCopy full SHA for 1eea85e
CONTRIBUTING.md
@@ -0,0 +1,18 @@
1
+# vue-cli contributing guide
2
+
3
+## Issue Reporting Guidelines
4
5
+- First identify where error is coming from. If it's occuring while running `vue` command then issue is indeed on
6
+`vue-cli` so please report it here. If error appears when you run one of `npm run` scripts, problem originates
7
+from a template you're using, [maybe one of the offical ones](https://github.com/vuejs-templates). If so, please
8
+open an issue on a template repository.
9
10
+- Try to search for your issue, it may have already been answered or even fixed in the development branch.
11
12
+## Development Setup
13
14
+``` bash
15
+npm install
16
+bin/vue init <path-to-github-repo OR path-to-local-dir>
17
+bin/vue list
18
+```
0 commit comments