@feedmepos/mf-inventory-portal
v1.3.13
Published
## Description
Readme
inventory-portal
Description
Inventory Portal - Vue 3 web application for inventory management with Vite, TypeScript, Vue Router, Pinia, and Tailwind CSS.
📚 Documentation
Start here: Documentation Home
Domain Knowledge
- Purchase Orders — PO workflows
- Stock Adjustments — Adjustment operations
- Inventory Costing — Costing methods
- Supplier Management — Supplier operations
Architecture
- Service Interactions — API integrations
Technical Guides
- Developer Setup — Vue/Vite setup
- DTO Patterns — API contracts
Project Setup
To get started with the project, run the following commands:
pnpm installCompile and Hot-Reload for Development
pnpm devType-Check, Compile and Minify for Production
pnpm buildLint with ESLint
pnpm lint