mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 10:04:05 +00:00
36 lines
743 B
Markdown
36 lines
743 B
Markdown
|
---
|
||
|
title: Nuxt Newsletter
|
||
|
description: 'Get the latest releases and news about Nuxt and its ecosystem with our newsletter.'
|
||
|
navigation: false
|
||
|
---
|
||
|
|
||
|
::home-section
|
||
|
#title
|
||
|
The Nuxt Newsletter
|
||
|
#description
|
||
|
Get the latest releases and news about Nuxt and its ecosystem with our newsletter.
|
||
|
#extra
|
||
|
:newsletter-form{.pt-6}
|
||
|
::
|
||
|
|
||
|
:::home-section{ .mb-20 }
|
||
|
---
|
||
|
sectionAlign: 'row'
|
||
|
buttons:
|
||
|
- label: 'Get started'
|
||
|
size: 'xl'
|
||
|
variant: 'primary-gradient'
|
||
|
to: '/docs/getting-started/introduction'
|
||
|
- label: 'Explore Examples'
|
||
|
size: 'xl'
|
||
|
variant: 'secondary'
|
||
|
to: '/docs/examples/essentials/hello-world'
|
||
|
---
|
||
|
#sectionTitle
|
||
|
GETTING STARTED
|
||
|
#title
|
||
|
Start your Nuxt Journey
|
||
|
#description
|
||
|
Learn everything you need to know, from beginner to master.
|
||
|
:::
|