Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 390 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 390 Bytes

front

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

environements variables:

create .env with:

  • VITE_API_URL
  • VITE_API_KEY

vue3 project with:

  • pinia
  • typescript
  • scss