File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,10 +116,10 @@ create-vite はよく使われているフレームワークの基本的なテ
116116
117117例えば ` https://github.com/user/project ` にあるテンプレートについては、` https://github.stackblitz.com/user/project ` (プロジェクトの URL の ` github ` の後に ` .stackblitz ` を追加)を使ってオンラインで試すことができます。
118118
119- また、[ degit ] ( https://github.com/Rich-Harris/degit ) のようなツールを使って、これらのテンプレートからプロジェクトを生成することもできます。プロジェクトが GitHub 上にあり、デフォルトのブランチとして ` main ` を使用していると仮定すると、次のようにしてローカルコピーを作成できます:
119+ また、[ tiged ] ( https://github.com/tiged/tiged ) のようなツールを使って、これらのテンプレートからプロジェクトを生成することもできます。プロジェクトが GitHub 上にあり、デフォルトのブランチとして ` main ` を使用していると仮定すると、次のようにしてローカルコピーを作成できます:
120120
121121``` bash
122- npx degit user/project#main my-project
122+ npx tiged user/project my-project
123123cd my-project
124124
125125npm install
You can’t perform that action at this time.
0 commit comments