https://github.com/ilanaya/cryptonomicon
App for realtime displaying cryptocurrencies prices
https://github.com/ilanaya/cryptonomicon
broadcasting javascript tailwindcss vuejs websocket
Last synced: 2 months ago
JSON representation
App for realtime displaying cryptocurrencies prices
- Host: GitHub
- URL: https://github.com/ilanaya/cryptonomicon
- Owner: Ilanaya
- Created: 2021-05-11T15:29:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-31T04:10:04.000Z (over 4 years ago)
- Last Synced: 2025-04-01T13:19:07.558Z (about 1 year ago)
- Topics: broadcasting, javascript, tailwindcss, vuejs, websocket
- Language: Vue
- Homepage:
- Size: 317 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cryptonomicon
## 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/).