vuejsita / vuejsita.github.io

Il Vuebsait ufficiale della community Italiana di @vuejs: il framework JavaScript progressivo.

Home Page:https://www.vuejsitalia.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue.js Italia - Vuebsait

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.

Prerequisites

Make sure to have Node.js installed on your system.

Package Manager

Enable pnpm as the package manager for the project:

corepack enable pnpm

Setup

Make sure to install the dependencies:

pnpm install

Development Server

Start the development server on http://localhost:3000:

pnpm run dev

Production

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview

Check out the deployment documentation for more information.

About

Il Vuebsait ufficiale della community Italiana di @vuejs: il framework JavaScript progressivo.

https://www.vuejsitalia.dev

License:MIT License


Languages

Language:Vue 93.0%Language:TypeScript 6.1%Language:JavaScript 0.9%