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

https://github.com/jamison0902/vue-frontend

Vue.js frontend that interacts with a Laravel API
https://github.com/jamison0902/vue-frontend

axios-vue bootstrap5 docker vue-router vue3

Last synced: about 1 month ago
JSON representation

Vue.js frontend that interacts with a Laravel API

Awesome Lists containing this project

README

          

## Frontend with Vue

This project implements a Vue.js frontend that interacts with a Laravel API, providing a CRUD interface for user management. It also includes a feature to view unlinked addresses, enabling efficient data management through the application.

## Resources

- Node v22.12.0;
- Vue 5.0.8
- Backend: https://github.com/jamison0902/php-laravel-api;
- Docker Desktop 4.36.0;

## Home Screen

![Imagem 1](home.png)

## Add User Screen

![Imagem 2](add_user.png)

## Edit User Screen

![Imagem 3](edit_user.png)

## Adress Unlinked Screen

![Imagem 4](end_unlinked.png)

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```