Perfect 👍
Here is a clean, Vue.js–only README.md with just install & project setup steps.
# 🖥️ Inventory Frontend (Vue 3)
This is the **Vue 3 frontend** for the Inventory Management System.
---
## 🛠️ Requirements
- Node.js >= 16
- NPM
---
## ⚙️ Project Setup
### 1️⃣ Clone Repository
```bash
git clone https://github.com/daief48/frontend.git
cd frontendnpm installnpm run serveThe application will be available at:
http://localhost:8080