Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seven-33/vue-product-order-system
Vue Product Order System connecting with an API service. Manage product and orders, tracking order status.
https://github.com/seven-33/vue-product-order-system
Last synced: 4 days ago
JSON representation
Vue Product Order System connecting with an API service. Manage product and orders, tracking order status.
- Host: GitHub
- URL: https://github.com/seven-33/vue-product-order-system
- Owner: Seven-33
- Created: 2023-02-08T00:50:29.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T00:51:11.000Z (almost 2 years ago)
- Last Synced: 2024-07-29T21:20:17.622Z (4 months ago)
- Language: Vue
- Size: 1.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Product Order System
Vue Product Order System connecting with an API service. Manage product and orders, tracking order status.## Project setup
```
git clone https://github.com/RakibDevs/vue-product-order-system.git
cd vue-product-order-system
cp .env.example .env
npm install
```
### API EndpointSet API endpoint in .env
```
VUE_APP_API_ENDPOINT=api_endpoint such as http://localhost/test/
```
PHP API repository: https://github.com/RakibDevs/php-order-apiAPI Documentation:
https://documenter.getpostman.com/view/11223504/TzRLkAWw### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```
Image & Design Credits: [weDevs](https://wedevs.com/)