forked from vuejs/vue-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# vue-cli contributing guide | ||
|
||
## Issue Reporting Guidelines | ||
|
||
- First identify where error is coming from. If it's occuring while running `vue` command then issue is indeed on | ||
`vue-cli` so please report it here. If error appears when you run one of `npm run` scripts, problem originates | ||
from a template you're using, [maybe one of the offical ones](https://github.com/vuejs-templates). If so, please | ||
open an issue on a template repository. | ||
|
||
- Try to search for your issue, it may have already been answered or even fixed in the development branch. | ||
|
||
## Development Setup | ||
|
||
``` bash | ||
npm install | ||
bin/vue init <path-to-github-repo OR path-to-local-dir> | ||
bin/vue list | ||
``` |