Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wanrif/warehouse-management-frontend
This is a web frontend for the warehouse management system built with Vue 3 in Vite, Pinia and Tailwind CSS.
https://github.com/wanrif/warehouse-management-frontend
pinia tailwindcss vue vue3 vuejs
Last synced: about 2 months ago
JSON representation
This is a web frontend for the warehouse management system built with Vue 3 in Vite, Pinia and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/wanrif/warehouse-management-frontend
- Owner: wanrif
- Created: 2023-03-20T04:36:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-02T07:39:33.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T04:42:06.301Z (8 months ago)
- Topics: pinia, tailwindcss, vue, vue3, vuejs
- Language: Vue
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Warehouse Management Frontend
This is a web frontend for the warehouse management system built with Vue 3 in Vite, Pinia and Tailwind CSS. It provides a user interface for managing the items, shippers and shipments in the warehouse.
## Features
- Items Management
- Shipper Management
- Shipping In
- Shipping Out## Tech Stack
- Vite
- Vue 3
- Pinia
- Tailwind CSS## Getting Started
To get started with this project, follow these steps:
1. Clone this repository to your local machine.
2. Open a terminal window and navigate to the project folder.
3. Run `npm install` to install the dependencies.
4. Run `npm run dev` to start the development server.
5. Open your browser and navigate to http://localhost:5173.