Skip to content

Commit ef60404

Browse files
authored
adding nuxt video tutorial (#19024)
1 parent cb900af commit ef60404

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/content/docs/pages/framework-guides/deploy-a-nuxt-site.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,17 @@ import {
1313
ResourcesBySelector,
1414
ExternalResources,
1515
PackageManagers,
16+
Stream,
1617
} from "~/components";
1718

1819
[Nuxt](https://nuxt.com) is a web framework making Vue.js-based development simple and powerful.
1920

2021
In this guide, you will create a new Nuxt application and deploy it using Cloudflare Pages.
2122

23+
### Video Tutorial
24+
25+
<Stream videoId="a5a408be39609a64f5ee624579eba507" videoTitle="Deploy a Nuxt Application to Cloudflare" thumbnailTimeOrURL="2.5s" />
26+
2227
## Create a new project using the `create-cloudflare` CLI (C3)
2328

2429
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

Comments
 (0)