Il Vuebsait ufficiale della community Italiana di Vue.js: il framework JavaScript progressivo.
Look at the Nuxt 3 documentation to learn more.
Look at the Content documentation to learn more.
Make sure to have Node.js installed on your system.
Enable pnpm
as the package manager for the project:
corepack enable pnpm
Make sure to install the dependencies:
pnpm install
Start the development server on http://localhost:3000
:
pnpm run dev
Build the application for production:
pnpm run build
Locally preview production build:
pnpm run preview
Check out the deployment documentation for more information.