https://github.com/hackademymx/ejemplo-vue-api
Ejemplo de consumo de api básico
https://github.com/hackademymx/ejemplo-vue-api
Last synced: 5 months ago
JSON representation
Ejemplo de consumo de api básico
- Host: GitHub
- URL: https://github.com/hackademymx/ejemplo-vue-api
- Owner: hackademymx
- Created: 2019-05-14T00:50:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T00:53:27.000Z (about 7 years ago)
- Last Synced: 2025-03-01T06:46:53.357Z (over 1 year ago)
- Language: Vue
- Size: 136 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# api-example
## El backend se encuentra en el siguiente link
https://github.com/roeeyn/ejemplo-vue-api-back
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).