You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/docs/getting-started/vite.mdx
+3-17Lines changed: 3 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,23 +27,9 @@ cd my-workflow-app
27
27
28
28
### Install `workflow` and `nitro`
29
29
30
-
<Tabsitems={['npm', 'pnpm', 'yarn']}>
31
-
<Tabvalue="npm">
32
-
<CodeBlock>
33
-
npm i workflow nitro
34
-
</CodeBlock>
35
-
</Tab>
36
-
<Tabvalue="pnpm">
37
-
<CodeBlock>
38
-
pnpm i workflow nitro
39
-
</CodeBlock>
40
-
</Tab>
41
-
<Tabvalue="yarn">
42
-
<CodeBlock>
43
-
yarn add workflow nitro
44
-
</CodeBlock>
45
-
</Tab>
46
-
</Tabs>
30
+
```package-install
31
+
npm i workflow nitro
32
+
```
47
33
48
34
<Callout>
49
35
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