https://github.com/leiberbertel/tasks-frontend
App created with Vue 3 consuming a Restful API of its own
https://github.com/leiberbertel/tasks-frontend
javascript node-js vue3
Last synced: 3 months ago
JSON representation
App created with Vue 3 consuming a Restful API of its own
- Host: GitHub
- URL: https://github.com/leiberbertel/tasks-frontend
- Owner: leiberbertel
- License: mit
- Created: 2023-12-10T23:45:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-12T19:40:40.000Z (8 months ago)
- Last Synced: 2025-01-11T07:38:07.112Z (5 months ago)
- Topics: javascript, node-js, vue3
- Language: Vue
- Homepage:
- Size: 401 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tasks App Frontend
## _This is my frontend app coded with vue 3 that consumes the Tasks Restful API._## Install dependencies ⚒
```
npm install
```### Running the project 🚀
```
npm run serve
```### Lints and fixes files ❌
```
npm run lint
```### Example execution logs ⚒:
``` bash
App running at:
- Local: http://localhost:8080/
- Network: http://192.168.1.37:8080/`
```