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
- Click here to go Nuxt-3 official site.
- Click for builder integration guide with Nuxt-3.