Skip to content

mishajib/skr-inventory-vue

Repository files navigation

SKR Inventory With Laravel + Vue

Project Setup

  • Copy .env.example to .env.
  • Change env configuration in .env file.
VITE_BACKEND_URL='BACKEND_URL(example: http://skr-inventory.lcl)'
VITE_API_URL='API_URL(example: http://skr-inventory.lcl/api/v1)'
  • Run npm install or yarn install.
  • Run npm run dev or yarn dev.
  • Now you can see the app in browser.

Modules & Permissions

  • Users (Required Admin)
  • Brands
  • Categories
  • Units
  • Suppliers
  • Products
  • Purchases (Required Admin)

Credentials

Note: Before run the project, please check backend APP up and running.

**Thank You**

Releases

No releases published

Packages

No packages published

Languages