瀏覽代碼

[doc]将各个文档中的创建命令更新为使用最新版本的 stdf,确保用户获取最新的使用方式。

dufu1991 1 年之前
父節點
當前提交
602c1bc145
共有 5 個文件被更改,包括 26 次插入26 次删除
  1. 6 6
      README.md
  2. 6 6
      README_CN.md
  3. 6 6
      docs/mds/guide/quickStart.md
  4. 6 6
      docs/mds/guide/quickStart_en.md
  5. 2 2
      docs/site/src/utils/code-group-svg-data.js

+ 6 - 6
README.md

@@ -64,26 +64,26 @@ Mobile web component library based on [Svelte](https://svelte.dev) and [Tailwind
 <!-- :::code-groups -->
 <!-- pnpm -->
 ```sh
-pnpm create stdf
+pnpm create stdf@latest
 ```
 <!-- :: -->
 <!-- npm -->
 ```sh
-npm create stdf
+npm create stdf@latest
 # or
-npm init stdf
+npm init stdf@latest
 # or
-npx create-stdf
+npx create-stdf@latest
 ```
 <!-- :: -->
 <!-- bun -->
 ```sh
-bun create stdf
+bun create stdf@latest
 ```
 <!-- :: -->
 <!-- yarn -->
 ```sh
-yarn create stdf
+yarn create stdf@latest
 ```
 <!-- ::: -->
 

+ 6 - 6
README_CN.md

@@ -66,26 +66,26 @@
 <!-- :::code-groups -->
 <!-- pnpm -->
 ```sh
-pnpm create stdf
+pnpm create stdf@latest
 ```
 <!-- :: -->
 <!-- npm -->
 ```sh
-npm create stdf
+npm create stdf@latest
 # 或
-npm init stdf
+npm init stdf@latest
 # 或
-npx create-stdf
+npx create-stdf@latest
 ```
 <!-- :: -->
 <!-- bun -->
 ```sh
-bun create stdf
+bun create stdf@latest
 ```
 <!-- :: -->
 <!-- yarn -->
 ```sh
-yarn create stdf
+yarn create stdf@latest
 ```
 <!-- ::: -->
 

+ 6 - 6
docs/mds/guide/quickStart.md

@@ -6,26 +6,26 @@
 <!-- :::code-groups -->
 <!-- pnpm -->
 ```sh
-pnpm create stdf
+pnpm create stdf@latest
 ```
 <!-- :: -->
 <!-- npm -->
 ```sh
-npm create stdf
+npm create stdf@latest
 # 或
-npm init stdf
+npm init stdf@latest
 # 或
-npx create-stdf
+npx create-stdf@latest
 ```
 <!-- :: -->
 <!-- bun -->
 ```sh
-bun create stdf
+bun create stdf@latest
 ```
 <!-- :: -->
 <!-- yarn -->
 ```sh
-yarn create stdf
+yarn create stdf@latest
 ```
 <!-- ::: -->
 

+ 6 - 6
docs/mds/guide/quickStart_en.md

@@ -6,26 +6,26 @@
 <!-- :::code-groups -->
 <!-- pnpm -->
 ```sh
-pnpm create stdf
+pnpm create stdf@latest
 ```
 <!-- :: -->
 <!-- npm -->
 ```sh
-npm create stdf
+npm create stdf@latest
 # or
-npm init stdf
+npm init stdf@latest
 # or
-npx create-stdf
+npx create-stdf@latest
 ```
 <!-- :: -->
 <!-- bun -->
 ```sh
-bun create stdf
+bun create stdf@latest
 ```
 <!-- :: -->
 <!-- yarn -->
 ```sh
-yarn create stdf
+yarn create stdf@latest
 ```
 <!-- ::: -->
 

File diff suppressed because it is too large
+ 2 - 2
docs/site/src/utils/code-group-svg-data.js


Some files were not shown because too many files changed in this diff