From 0671c2bc68f9d83449f1e21f76188484ac9ccb52 Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Thu, 6 Apr 2023 19:19:40 +0800 Subject: [PATCH] chore: update contributing.md (#12310) --- CONTRIBUTING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 34cf1e1d18..ee215e943f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -53,8 +53,8 @@ Ah, now you have installed the code correctly, you can choose: ```shell # If you would like to modify the website source code of https://element-plus.org # It was made with [VitePress](https://vitepress.vuejs.org) -pnpm run docs:gen-locale # This generates locale files for your local development -pnpm run docs:dev +pnpm docs:gen-locale # This generates locale files for your local development +pnpm docs:dev ``` ### Making changes to the component instead of website @@ -62,8 +62,7 @@ pnpm run docs:dev ```shell # If you would like to run a local playground to test out your changes against # Some specific component -touch play/src/App.vue # Adding an entry for the play to run. -pnpm run dev +pnpm dev ``` You can follow the [LOCAL DEVELOPMENT GUIDE](https://element-plus.org/en-US/guide/dev-guide.html) to do development more quickly.