Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T17:50:50.000Z (9 months ago)
- Last Synced: 2024-05-03T19:40:09.780Z (9 months ago)
- Topics: chartkick, coincap-api, tailwind, vue-easy-spinner, vuejs
- Homepage: http://vue-exchange.patricioaguilarv.cl/
- Size: 1.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
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/).