Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 400 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 400 Bytes

Product Price Calculator

Demo on Vercel

Technical Stack

  • Vite
  • Vue 3
  • Pinia
  • TypeScript
  • Tailwind CSS

Project Setup

yarn

Compile and Hot-Reload for Development

yarn dev

Type-Check, Compile and Minify for Production

yarn build

Lint with ESLint

yarn lint