Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ianaya89/platzi-exchange
Proyecto del Curso Basico de Vue.js de Platzi 💚
https://github.com/ianaya89/platzi-exchange
btc coincap crypto eth spa vue
Last synced: 9 days ago
JSON representation
Proyecto del Curso Basico de Vue.js de Platzi 💚
- Host: GitHub
- URL: https://github.com/ianaya89/platzi-exchange
- Owner: ianaya89
- License: mit
- Created: 2019-11-12T18:26:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T05:08:05.000Z (over 1 year ago)
- Last Synced: 2024-10-12T09:07:29.840Z (25 days ago)
- Topics: btc, coincap, crypto, eth, spa, vue
- Language: Vue
- Homepage: https://platzi-exchange.netlify.com
- Size: 1.73 MB
- Stars: 23
- Watchers: 4
- Forks: 13
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# platzi-exchange
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).