Skip to content

iyadh/product-price-calculator

Repository files navigation

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