The Progressive
Web Framework

Create high-quality web applications with Nuxt, the open source framework that makes full-stack development with Vue.js intuitive.
Get started
app/app.vue
<script setup lang="ts">
const version = 4
</script>

<template>
  <h1>
    Hello Nuxt {{ version }}!
  </h1>
</template>

<style scoped>
h1 {
  font-size: 3rem;
}
</style>

Chosen by leading companies worldwide