Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hallss93/dryve-backoffice


https://github.com/hallss93/dryve-backoffice

Last synced: 10 days ago
JSON representation

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
```
## Dependencies

This 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)