Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sartim/vue_shop_admin
Vuejs Shop Admin Dashboard. Content management system for managing an online shop for products.
https://github.com/sartim/vue_shop_admin
es5 es6 javascript mocha vuejs webpack
Last synced: about 6 hours ago
JSON representation
Vuejs Shop Admin Dashboard. Content management system for managing an online shop for products.
- Host: GitHub
- URL: https://github.com/sartim/vue_shop_admin
- Owner: sartim
- Created: 2019-04-05T18:06:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T06:32:29.000Z (over 3 years ago)
- Last Synced: 2023-03-02T00:50:38.909Z (over 1 year ago)
- Topics: es5, es6, javascript, mocha, vuejs, webpack
- Language: Vue
- Size: 176 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## VueJS Shop Admin
[![version](https://img.shields.io/badge/version-v0.0.1-orange.svg?style=flat)](https://github.com/sartim/vue_shop_admin/issues)
[![Build Status](https://travis-ci.com/sartim/vue_shop_admin.svg?branch=master)](https://github.com/sartim/vue_shop_admin)Vue Shop Admin Dashboard. Content management system for managing an online shop for products which is also a web socket client. To run the server source code locally which is also the web socket client use [this](https://github.com/sartim/flask_shop_api.git) repo
#### Features
* Dashboard stats showing order counts: For today, yesterday, this month, last month, this year
* Dashboard databased graph using Armcharts4 for visualizing daily orders
* Dashboard & stats for high performing products
* Dashboard & stats for income from products
* Tracking login & logout events using Socket.io: Events trigger a notification & view change
* Real-time notification using Socket.io
* Role based access control
* Profile management
* Settings management
* Viewing order progress & changing order status
* List, Add, Update & Delete Products
* List, Add, Update & Delete Product Categories
* List, Add, Update & Delete Users
* List, Add, Update & Delete User Roles
* Full text search**Setup and running project on dev**
$ bower install
$ npm install
$ npm start**Build Dev/Prod**
$ npm run build:dev
$ npm run build:prod**Run unittests
$ npm test