diff --git a/.github/CONTRIBUTING.en-US.md b/.github/CONTRIBUTING.en-US.md index 0a8c357e640..aa2bc51dc60 100644 --- a/.github/CONTRIBUTING.en-US.md +++ b/.github/CONTRIBUTING.en-US.md @@ -43,6 +43,8 @@ npm run dev # 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. + To build: ```shell diff --git a/.github/CONTRIBUTING.es.md b/.github/CONTRIBUTING.es.md index 177e0ca0918..22fe13be76e 100644 --- a/.github/CONTRIBUTING.es.md +++ b/.github/CONTRIBUTING.es.md @@ -37,7 +37,7 @@ Estamos orgullosos de que usted esta interesado en contribuir al proyecto `Eleme - Fusión de un PR requiere dos mantenedores: el primero aprueba los cambios después de revisar, y entonces el segundo mantenedor revisa los cambios y hace la fusión. -## Requerimientos Técnicos +## Requerimientos Técnicos `Node.js 4+`, `yarn` y `npm 3+` son requisitos. Nota: Usamos yarn para bloquear versiones de dependencias, por lo que debería instalar dependencias usando `yarn` en lugar de `npm install`. . ```shell @@ -47,6 +47,8 @@ npm run dev # 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. + Para armar: ``` diff --git a/.github/CONTRIBUTING.zh-CN.md b/.github/CONTRIBUTING.zh-CN.md index ce07fd8ea03..53803fbccc8 100644 --- a/.github/CONTRIBUTING.zh-CN.md +++ b/.github/CONTRIBUTING.zh-CN.md @@ -41,6 +41,8 @@ npm run dev # open http://localhost:8085 ``` +> **提示**:可以运行 `npm run dev:play`,修改 `examples/play/index.vue` 文件,调用你修改后的组件,仍然访问 http://localhost:8085,查看修改效果,更快更方便。 + 打包代码: ```shell diff --git a/examples/play/index.vue b/examples/play/index.vue index 2605a8ede69..2370097d61f 100644 --- a/examples/play/index.vue +++ b/examples/play/index.vue @@ -1,9 +1,15 @@