From 07ab072bc9ab24354f4ab26b568fa42eaa4f8ae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Mon, 20 Nov 2023 20:02:11 +0100 Subject: [PATCH] docs: improve readme --- README.md | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b6f31453476..67990c4eeea4 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,9 @@ It provides a number of features that make it easy to build fast, SEO-friendly, - Automatic routing with code-splitting - State management - SEO Optimization -- Extensible with [100+ modules](https://nuxt.com/modules) -- Deployment to a variety of hosting platforms +- Auto imports +- Extensible with [180+ modules](https://nuxt.com/modules) +- Deployment to a variety of [hosting platforms](https://nuxt.com/deploy) - ...[and much more](https://nuxt.com) 🚀 ## Getting Started @@ -31,6 +32,36 @@ npx nuxi@latest init Discover also [nuxt.new](https://nuxt.new): Open a Nuxt starter on CodeSandbox, StackBlitz or locally to get up and running in a few seconds. +## Vue Development + +Simple, intuitive and powerful, Nuxt lets you write Vue components in a way that makes sense. Every repetitive task is automated, so you can focus on writing your full-stack Vue application with confidence. + +Example of an `app.vue`: + +```vue + + + + + +``` + ## Documentation We highly recommend you take a look at the [Nuxt documentation](https://nuxt.com/docs) to level up. It’s a great resource for learning more about the framework. It covers everything from getting started to advanced topics.