chore: update

This commit is contained in:
Sébastien Chopin 2023-04-06 11:42:04 +02:00
parent 0cfde6e382
commit 77a4932501
1 changed files with 19 additions and 48 deletions

View File

@ -4,15 +4,15 @@ navigation: false
layout: home
description: Learn everything you need to know about Nuxt, from beginner to master.
hero:
title: The Intuitive Web Framework
description: Discover the leading the web framework for building modern Vue applications.
title: Nuxt Documentation
description: Learn how to use Nuxt, the leading the web framework for building modern Vue sites & apps.
cta:
- Get Started
- /getting-started/installation
secondary:
- Star on GitHub
- https://github.com/nuxt/nuxt
snippet: npx nuxi@latest init nuxt-app
snippet: npx nuxi@latest init create nuxt-app
---
# Introduction
@ -103,49 +103,20 @@ Nuxt is composed of different [core packages](https://github.com/nuxt/nuxt/tree/
We recommend reading each concept to have a full vision of Nuxt capabilities and the scope of each package.
::card-list
---
cardListClass: 'grid grid-cols-1 gap-y-4'
---
:::card-item
---
gradientBorder: false
backgroundImage:
path: '/assets/docs/getting-started/views/are-you-nuxt'
width: '72px'
height: '92px'
format: 'png'
titleClass: 'text-5xl font-semibold u-text-gray-900 pb-2'
descriptionClass: 'md:mr-[64px] w-[90%]'
---
#title
Are you Nuxt?
#description
Nuxt is the backbone of your Vue.js project, giving structure to build your project with confidence while keeping flexibility.
<br>
<br>
Extendable with a strong module ecosystem and hooks engine, it makes it easy to connect your REST or GraphQL endpoints, favorite CMS, CSS frameworks and more. PWA and AMP support is only a module away from your Nuxt project.
<br>
<br>
Ready to try? Head over to the [Installation section](/docs/getting-started/installation).
:::
:::card-item
---
gradientBorder: false
backgroundImage:
path: '/assets/docs/getting-started/views/contribute'
width: '72'
height: '92'
format: 'png'
titleClass: 'text-2xl u-text-gray-900 font-semibold'
descriptionClass: 'md:mr-[64px]'
---
#title
Contribute
#description
Do you want to get involved in the evolution of Nuxt?
<br>
Follow the [contribution guide](/docs/community/contribution).
:::
::card
#title
Are you Nuxt?
#description
Nuxt is the backbone of your Vue.js project, giving structure to build your project with confidence while keeping flexibility. :br :br
Extendable with a strong module ecosystem and hooks engine, it makes it easy to connect your REST or GraphQL endpoints, favorite CMS, CSS frameworks and more. PWA and AMP support is only a module away from your Nuxt project. :br :br
Ready to try? Head over to the [Installation section](/docs/getting-started/installation).
::
::card{style="margin-top: 20px;"}
#title
Contribute
#description
Do you want to get involved in the evolution of Nuxt?
:br :br
Follow the [contribution guide](/docs/community/contribution).
::