dufu1991 пре 2 година
родитељ
комит
980f65cd71
2 измењених фајлова са 6 додато и 6 уклоњено
  1. 3 3
      doc/guide/contribution.md
  2. 3 3
      doc/guide/contribution_en.md

+ 3 - 3
doc/guide/contribution.md

@@ -59,10 +59,10 @@ pnpm i
 ## or
 npm i
 
-## 启动 Demo,注意 run stdf 命令包含了 npm link,会将 stdf 组件源码包链接到 Demo,实现源码实时调试。调试完毕记得执行 npm unlink stdf 解除链接。
-bun dev_stdf
+## 启动 Demo
+bun dev
 ## or
-npm run dev_stdf
+npm run dev
 ```
 
 启动成功之后,可在浏览器中打开 `http://localhost:8888` 查看效果,请将浏览器的开发者工具切换为移动端模式。

+ 3 - 3
doc/guide/contribution_en.md

@@ -57,10 +57,10 @@ pnpm i
 ## or
 npm i
 
-## Start Demo, note that the run stdf command includes npm link, which will link the stdf component source package to Demo to achieve real-time debugging of the source code. Remember to execute npm unlink stdf to unlink after debugging.
-bun dev_stdf_en
+## Start Demo
+bun dev_en
 ## or
-npm run dev_stdf_en
+npm run dev_en
 ```
 
 After the startup is successful, you can open `http://localhost:8888` in the browser to view the effect. Please switch the developer tools of the browser to the mobile mode.