Skip to content

Latest commit

 

History

History

vue

PROJECT_NAME

Prerequisites

  • Node.js v20
  • PNPM v9

Usage

Install dependencies

$ pnpm install

Compiles and hot-reloads for development

$ pnpm dev

Compiles and minifies for production

$ pnpm build

Locally preview the production build

$ pnpm preview

Lints and fixes files

$ pnpm lint

Check types

$ pnpm check

Runs unit tests

$ pnpm test