Skip to content

Commit 250edc1

Browse files
Update vite.mdx (#371)
1 parent c0991b4 commit 250edc1

File tree

1 file changed

+3
-17
lines changed
  • docs/content/docs/getting-started

1 file changed

+3
-17
lines changed

docs/content/docs/getting-started/vite.mdx

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,9 @@ cd my-workflow-app
2727

2828
### Install `workflow` and `nitro`
2929

30-
<Tabs items={['npm', 'pnpm', 'yarn']}>
31-
<Tab value="npm">
32-
<CodeBlock>
33-
npm i workflow nitro
34-
</CodeBlock>
35-
</Tab>
36-
<Tab value="pnpm">
37-
<CodeBlock>
38-
pnpm i workflow nitro
39-
</CodeBlock>
40-
</Tab>
41-
<Tab value="yarn">
42-
<CodeBlock>
43-
yarn add workflow nitro
44-
</CodeBlock>
45-
</Tab>
46-
</Tabs>
30+
```package-install
31+
npm i workflow nitro
32+
```
4733

4834
<Callout>
4935
While Vite provides the build tooling and development server, Nitro adds the server framework needed for API routes and deployment. Together they enable building full-stack applications with workflow support. Learn more about Nitro [here](https://v3.nitro.build).

0 commit comments

Comments
 (0)