Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 528 Bytes

File metadata and controls

38 lines (27 loc) · 528 Bytes

2025-signup

Netlify Status

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Linting & Formatting

ESLint

npm run lint
#
npx eslint --ext .js,.vue src

Prettier

npm run format
#
npx prettier --write .