Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 3 additions & 17 deletions docs/content/docs/getting-started/vite.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,9 @@ cd my-workflow-app

### Install `workflow` and `nitro`

<Tabs items={['npm', 'pnpm', 'yarn']}>
<Tab value="npm">
<CodeBlock>
npm i workflow nitro
</CodeBlock>
</Tab>
<Tab value="pnpm">
<CodeBlock>
pnpm i workflow nitro
</CodeBlock>
</Tab>
<Tab value="yarn">
<CodeBlock>
yarn add workflow nitro
</CodeBlock>
</Tab>
</Tabs>
```package-install
npm i workflow nitro
```

<Callout>
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).
Expand Down
Loading