mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
[ci] format
This commit is contained in:
@@ -22,17 +22,18 @@ This guide will walk you through creating your Tauri app using the Qwik web fram
|
||||
|
||||
1. ##### Create a new Qwik app
|
||||
|
||||
<CommandTabs
|
||||
npm={`npm create qwik@latest
|
||||
<CommandTabs
|
||||
npm={`npm create qwik@latest
|
||||
|
||||
cd <PROJECT>`}
|
||||
cd <PROJECT>`}
|
||||
|
||||
yarn={`yarn create qwik@latest
|
||||
yarn={`yarn create qwik@latest
|
||||
|
||||
cd <PROJECT>`}
|
||||
cd <PROJECT>`}
|
||||
|
||||
pnpm={`pnpm create qwik@latest
|
||||
cd <PROJECT>`}
|
||||
pnpm={`pnpm create qwik@latest
|
||||
|
||||
cd <PROJECT>`}
|
||||
/>
|
||||
|
||||
1. ##### Install the `static adapter`
|
||||
|
||||
Reference in New Issue
Block a user