https://github.com/patricioaguilarvargas/vue-exchange
sitio desarrollado en vue que trae el valor de las criptomonedas consumiendo la API de coincap.io
https://github.com/patricioaguilarvargas/vue-exchange
chartkick coincap-api tailwind vue-easy-spinner vuejs
Last synced: 3 months ago
JSON representation
sitio desarrollado en vue que trae el valor de las criptomonedas consumiendo la API de coincap.io
- Host: GitHub
- URL: https://github.com/patricioaguilarvargas/vue-exchange
- Owner: PatricioAguilarVargas
- Created: 2022-01-24T20:09:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T07:54:45.000Z (10 months ago)
- Last Synced: 2025-01-18T20:59:31.521Z (5 months ago)
- Topics: chartkick, coincap-api, tailwind, vue-easy-spinner, vuejs
- Homepage: http://vue-exchange.patricioaguilarv.cl/
- Size: 2.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-exchange
## 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/).