WebReinvent Internal Docs
Builderio Nuxt 3

Nuxt-3 Project Setup

Introduction

Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js.

Prerequisites

  • Node.js - v18.0.0 or newer
  • Text editor
  • Terminal - In order to run Nuxt commands

Setup

  • Use the following command to create a new starter project:
npx nuxi@latest init <project-name>
  • Change directory into your new project from your terminal:
cd <project-name>
  • Install the dependencies:
npm install
  • Start the development server:
npm run dev

Copyright © 2024