Skip to content

Commit

Permalink
docs: update vuejs-development (nuxt#5679)
Browse files Browse the repository at this point in the history
  • Loading branch information
valcosmos authored Jul 1, 2022
1 parent fe508f5 commit 0e3df24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/2.guide/1.concepts/2.vuejs-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Nuxt uses Vue as a frontend framework and adds features such as component auto-i

## Vue.js

> While an in-depth knowledge of Vue is not required to use Nuxt, we recommend that you read the documentation and go through some of the examples on [vuejs.org](https://vuejs.org/)
> While an in-depth knowledge of Vue is not required to use Nuxt, we recommend that you read the documentation and go through some of the examples on [vuejs.org](https://vuejs.org/).
>
Nuxt has always used Vue as a frontend framework. We chose to build Nuxt on top of Vue for these reasons:
Expand Down Expand Up @@ -44,7 +44,7 @@ Try to replace the `<template>`’s content with a custom welcome message. The b

**If you were a previous user of Nuxt 2 or Vue 2, keep reading to get a feel of the differences between Vue 2 and Vue 3, and how Nuxt integrates those evolutions.**

**Otherwise, go to the next chapter to discover another key feature of Nuxt: [Rendering modes](/guide/concepts/rendering)**
**Otherwise, go to the next chapter to discover another key feature of Nuxt: [Rendering modes](/guide/concepts/rendering)**.

## Differences with Nuxt 2 / Vue 2

Expand Down

0 comments on commit 0e3df24

Please sign in to comment.