Skip to content

vuejs-varese/vuejs-varese.github.io

Repository files navigation

Vue.js Varese

Il sito web ufficiale della community locale di Vue.js Varese.

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

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Lint with ESLint

pnpm lint

Customize configuration

See Vite Configuration Reference.