-
Notifications
You must be signed in to change notification settings - Fork 9
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
1 parent
9dec70b
commit c05e958
Showing
2 changed files
with
23 additions
and
1 deletion.
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,22 @@ | ||
# Getting Started | ||
## 1. Find or create a issue to discuss | ||
|
||
## 2. Fork and git clone this repo to your dev env | ||
|
||
``` shell script | ||
git clone https://github.com/JuniorTour/vue-template-babel-compiler.git | ||
``` | ||
|
||
## 3. Use [npm run debugTest](https://github.com/JuniorTour/vue-template-babel-compiler/blob/main/package.json#L18) to help you locate the issue | ||
|
||
```shell script | ||
npm run debugTest | ||
# or | ||
yarn debugTest | ||
``` | ||
|
||
## 4. Push your changes to create Pull Request for this repo | ||
|
||
## 5. Wait for review~ | ||
|
||
## Feel free to ask anything |
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