We are thrilled to announce the first stable version of Nuxt 3.0.0 ✨ Nov 16, 2022 Pooya Parsa
https://nuxt.com/docs/getting-started/installation
% npx nuxi init nuxt3-app
Need to install the following packages:
nuxi@3.0.0
Ok to proceed? (y) y
Nuxi 3.0.0
✨ Nuxt project is created with v3 template. Next steps:
› cd nuxt3-app
› Install dependencies with npm install or yarn install or pnpm install
› Start development server with npm run dev or yarn dev or pnpm run dev
% cd nuxt3-app
% npm install
.
.
.
Nuxi 3.0.0
ℹ Nuxt collects completely anonymous data about usage.
This will help us improve Nuxt developer experience over time.
Read more on https://github.com/nuxt/telemetry
? Are you interested in participating? No
✔ Types generated in .nuxt
added 618 packages, and audited 619 packages in 2m
92 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
% npm run dev
> dev
> nuxt dev
Nuxt 3.0.0 with Nitro
> Local:http://localhost:3000/
.
.
.
ℹ Vite client warmed up in 1412ms
✔ Nitro built in 579 ms
Link to http://localhost:3000/