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.