Skip to content

Commit 1eea85e

Browse files
zigomiryyx990803
authored andcommitted
Contributing guide. (#85)
1 parent e78d053 commit 1eea85e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CONTRIBUTING.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)