https://github.com/victorsouza19/user-api-frontend
:octocat: The front-end of the User-API project to data consumption and manipulation.
https://github.com/victorsouza19/user-api-frontend
axios bootstrapvue vue vuejs
Last synced: over 1 year ago
JSON representation
:octocat: The front-end of the User-API project to data consumption and manipulation.
- Host: GitHub
- URL: https://github.com/victorsouza19/user-api-frontend
- Owner: victorsouza19
- Created: 2021-12-04T20:37:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-06T01:44:50.000Z (over 4 years ago)
- Last Synced: 2025-01-29T17:44:46.136Z (over 1 year ago)
- Topics: axios, bootstrapvue, vue, vuejs
- Language: Vue
- Homepage:
- Size: 347 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# users-frontend
## 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/).