docs: Update contributing guide (#14800)

pull/16415/head
Jeff Wen 2019-07-31 12:41:33 +08:00 committed by hetech
parent 6cc6bc4feb
commit 8dbc66aefe
4 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ npm run dev
# open http://localhost:8085 # open http://localhost:8085
``` ```
> **Notice**: modify `examples/play/index.vue` file, use the component you contribute, then run `npm run dev:play`, go ahead http://localhost:8085, get result, more quickly and friendly. > **Notice**: modify `examples/play/index.vue` file, use the component you contribute, then run `npm run dev:play`, go ahead [http://localhost:8085](http://localhost:8085), get result, more quickly and friendly.
To build: To build:

View File

@ -47,7 +47,7 @@ npm run dev
# abra http://localhost:8085 # abra http://localhost:8085
``` ```
> **Notice**: modify `examples/play/index.vue` file, use the component you contribute, then run `npm run dev:play`, go ahead http://localhost:8085, get result, more quickly and friendly. > **Notice**: modify `examples/play/index.vue` file, use the component you contribute, then run `npm run dev:play`, go ahead [http://localhost:8085](http://localhost:8085), get result, more quickly and friendly.
Para armar: Para armar:

View File

@ -43,7 +43,7 @@ npm run dev
# open http://localhost:8085 # open http://localhost:8085
``` ```
> **Remarque** : modifiez le fichier `examples/play/index.vue`, utilisez le composant auquel vous contribuez, puis lancez `npm run dev:play`, allez sur http://localhost:8085, regardez le résultat rapidement et facilement. > **Remarque** : modifiez le fichier `examples/play/index.vue`, utilisez le composant auquel vous contribuez, puis lancez `npm run dev:play`, allez sur [http://localhost:8085](http://localhost:8085), regardez le résultat rapidement et facilement.
Pour le build: Pour le build:

View File

@ -41,7 +41,7 @@ npm run dev
# open http://localhost:8085 # open http://localhost:8085
``` ```
> **提示**:可以运行 `npm run dev:play`,修改 `examples/play/index.vue` 文件,调用你修改后的组件,仍然访问 http://localhost:8085查看修改效果更快更方便。 > **提示**:可以运行 `npm run dev:play`,修改 `examples/play/index.vue` 文件,调用你修改后的组件,仍然访问 [http://localhost:8085](http://localhost:8085),查看修改效果,更快更方便。
打包代码: 打包代码: