Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hallss93/dryve-backoffice
https://github.com/hallss93/dryve-backoffice
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hallss93/dryve-backoffice
- Owner: hallss93
- Created: 2020-06-03T13:10:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:48:25.000Z (about 2 years ago)
- Last Synced: 2024-11-19T09:23:31.631Z (2 months ago)
- Language: Vue
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Test - Backoffice
> This is a layout test using a pre-proposed model with a Vue framework.
## Features
- Simple dashboard with numbers, vehicle listing and chart with [**ChartJS**](https://www.chartjs.org/).
- List of registered Customers with simulation of item quantities per page (pageSize).
- Customer Registration without actual registration action. When you click the save button, it only shows a success test message.## Getting started
```bash
# 1. Clone the repository.
git clone https://github.com/hallss93/dryve-backoffice# 2. Enter your newly-cloned folder.
cd my-new-project# 3. Install dependencies.
npm install# 4. Execute Application
npm run serve```
### Compiles and minifies for production
```
npm run build
```
## DependenciesThis project includes some libraries:
1. [Axios](https://www.npmjs.com/package/axios)
1. [Chance](https://www.npmjs.com/package/chance)
1. [SweetAlert2](https://www.npmjs.com/package/sweetalert2)
1. [V Mask](https://www.npmjs.com/package/v-mask)