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: src/content/docs/pages/framework-guides/deploy-a-nuxt-site.mdx
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,17 @@ import {
13
13
ResourcesBySelector,
14
14
ExternalResources,
15
15
PackageManagers,
16
+
Stream,
16
17
} from"~/components";
17
18
18
19
[Nuxt](https://nuxt.com) is a web framework making Vue.js-based development simple and powerful.
19
20
20
21
In this guide, you will create a new Nuxt application and deploy it using Cloudflare Pages.
21
22
23
+
### Video Tutorial
24
+
25
+
<StreamvideoId="a5a408be39609a64f5ee624579eba507"videoTitle="Deploy a Nuxt Application to Cloudflare"thumbnailTimeOrURL="2.5s" />
26
+
22
27
## Create a new project using the `create-cloudflare` CLI (C3)
23
28
24
29
The [`create-cloudflare` CLI (C3)](/pages/get-started/c3/) will configure your Nuxt site for Cloudflare Pages. Run the following command in your terminal to create a new Nuxt site:
0 commit comments