|
@@ -39,7 +39,7 @@ You can also directly specify the project name and the template you want to use
|
|
|
<!-- :::code-groups -->
|
|
<!-- :::code-groups -->
|
|
|
<!-- pnpm -->
|
|
<!-- pnpm -->
|
|
|
```sh
|
|
```sh
|
|
|
-pnpm create stdf my-app
|
|
|
|
|
|
|
+pnpm create stdf@latest my-app
|
|
|
```
|
|
```
|
|
|
<!-- :: -->
|
|
<!-- :: -->
|
|
|
<!-- npm -->
|
|
<!-- npm -->
|
|
@@ -49,12 +49,12 @@ npm create stdf@latest my-app
|
|
|
<!-- :: -->
|
|
<!-- :: -->
|
|
|
<!-- bun -->
|
|
<!-- bun -->
|
|
|
```sh
|
|
```sh
|
|
|
-bun create stdf my-app
|
|
|
|
|
|
|
+bun create stdf@latest my-app
|
|
|
```
|
|
```
|
|
|
<!-- :: -->
|
|
<!-- :: -->
|
|
|
<!-- yarn -->
|
|
<!-- yarn -->
|
|
|
```sh
|
|
```sh
|
|
|
-yarn create stdf my-app
|
|
|
|
|
|
|
+yarn create stdf@latest my-app
|
|
|
```
|
|
```
|
|
|
<!-- ::: -->
|
|
<!-- ::: -->
|
|
|
|
|
|
|
@@ -63,9 +63,9 @@ If you want to use the **SvelteKit & Tailwind & STDF** template, run:
|
|
|
<!-- :::code-groups -->
|
|
<!-- :::code-groups -->
|
|
|
<!-- pnpm -->
|
|
<!-- pnpm -->
|
|
|
```sh
|
|
```sh
|
|
|
-pnpm create stdf my-app --template skt
|
|
|
|
|
|
|
+pnpm create stdf@latest my-app --template skt
|
|
|
# or
|
|
# or
|
|
|
-pnpm create stdf my-app -t skt
|
|
|
|
|
|
|
+pnpm create stdf@latest my-app -t skt
|
|
|
```
|
|
```
|
|
|
<!-- :: -->
|
|
<!-- :: -->
|
|
|
<!-- npm -->
|
|
<!-- npm -->
|
|
@@ -77,16 +77,16 @@ npm create stdf@latest my-app -t skt
|
|
|
<!-- :: -->
|
|
<!-- :: -->
|
|
|
<!-- bun -->
|
|
<!-- bun -->
|
|
|
```sh
|
|
```sh
|
|
|
-bun create stdf my-app --template skt
|
|
|
|
|
|
|
+bun create stdf@latest my-app --template skt
|
|
|
# or
|
|
# or
|
|
|
-bun create stdf my-app -t skt
|
|
|
|
|
|
|
+bun create stdf@latest my-app -t skt
|
|
|
```
|
|
```
|
|
|
<!-- :: -->
|
|
<!-- :: -->
|
|
|
<!-- yarn -->
|
|
<!-- yarn -->
|
|
|
```sh
|
|
```sh
|
|
|
-yarn create stdf my-app --template skt
|
|
|
|
|
|
|
+yarn create stdf@latest my-app --template skt
|
|
|
# or
|
|
# or
|
|
|
-yarn create stdf my-app -t skt
|
|
|
|
|
|
|
+yarn create stdf@latest my-app -t skt
|
|
|
```
|
|
```
|
|
|
<!-- ::: -->
|
|
<!-- ::: -->
|
|
|
|
|
|
|
@@ -137,7 +137,7 @@ For example:
|
|
|
<!-- :::code-groups -->
|
|
<!-- :::code-groups -->
|
|
|
<!-- pnpm -->
|
|
<!-- pnpm -->
|
|
|
```sh
|
|
```sh
|
|
|
-pnpm create stdf my-app -l zh_CN
|
|
|
|
|
|
|
+pnpm create stdf@latest my-app -l zh_CN
|
|
|
```
|
|
```
|
|
|
<!-- :: -->
|
|
<!-- :: -->
|
|
|
<!-- npm -->
|
|
<!-- npm -->
|
|
@@ -147,12 +147,12 @@ npm create stdf@latest my-app -l zh_CN
|
|
|
<!-- :: -->
|
|
<!-- :: -->
|
|
|
<!-- bun -->
|
|
<!-- bun -->
|
|
|
```sh
|
|
```sh
|
|
|
-bun create stdf my-app -l zh_CN
|
|
|
|
|
|
|
+bun create stdf@latest my-app -l zh_CN
|
|
|
```
|
|
```
|
|
|
<!-- :: -->
|
|
<!-- :: -->
|
|
|
<!-- yarn -->
|
|
<!-- yarn -->
|
|
|
```sh
|
|
```sh
|
|
|
-yarn create stdf my-app -l zh_CN
|
|
|
|
|
|
|
+yarn create stdf@latest my-app -l zh_CN
|
|
|
```
|
|
```
|
|
|
<!-- ::: -->
|
|
<!-- ::: -->
|
|
|
|
|
|