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
- Host: GitHub
- URL: https://github.com/jamison0902/vue-frontend
- Owner: jamison0902
- Created: 2024-12-08T15:36:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-09T07:51:03.000Z (over 1 year ago)
- Last Synced: 2025-10-29T01:42:58.774Z (8 months ago)
- Topics: axios-vue, bootstrap5, docker, vue-router, vue3
- Language: Vue
- Homepage:
- Size: 300 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## Add User Screen

## Edit User Screen

## Adress Unlinked Screen

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