https://github.com/anibalalpizar/vue-jsonplaceholder-api
Frontend web app using Vue3 and users API called jsonplaceholder.
https://github.com/anibalalpizar/vue-jsonplaceholder-api
api bootstrap vue3
Last synced: 9 months ago
JSON representation
Frontend web app using Vue3 and users API called jsonplaceholder.
- Host: GitHub
- URL: https://github.com/anibalalpizar/vue-jsonplaceholder-api
- Owner: anibalalpizar
- Created: 2023-06-12T01:44:39.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-16T03:38:04.000Z (about 3 years ago)
- Last Synced: 2025-02-26T09:25:05.225Z (over 1 year ago)
- Topics: api, bootstrap, vue3
- Language: Vue
- Homepage:
- Size: 446 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README


---
# vue-jsonplaceholder-api
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).