https://github.com/tmeftah/wms-frontend
Lightweight WMS System for small business
https://github.com/tmeftah/wms-frontend
Last synced: 22 days ago
JSON representation
Lightweight WMS System for small business
- Host: GitHub
- URL: https://github.com/tmeftah/wms-frontend
- Owner: tmeftah
- Created: 2024-12-16T16:04:43.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-03T11:24:39.000Z (5 months ago)
- Last Synced: 2025-05-07T19:14:05.358Z (22 days ago)
- Language: Vue
- Size: 345 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LVS
### Warehouse

### Material

### Order

## Install the dependencies
```bash
yarn
# or
npm install
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```### Lint the files
```bash
yarn lint
# or
npm run lint
```### Format the files
```bash
yarn format
# or
npm run format
```### Build the app for production
```bash
quasar build
```### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).