# Vue 3 + Vite + @archr-se/score-card

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.

## What this example shows

- Standard product score rendering from a valid `score-data` JSON payload.
- A compact rendering using `size="small"`.
- Invalid data behavior where the component remains hidden.

## How to use it?

```sh
npm i # or yarn install or pnpm install or bun install
npm run dev # or yarn dev or pnpm dev or bun dev
```

Open http://localhost:5173 with your browser to see the result.