https://github.com/neckitwin/cryptoexchange
The application written in Vue.js allows you to check the cryptocurrency exchange rate.
https://github.com/neckitwin/cryptoexchange
Last synced: 5 months ago
JSON representation
The application written in Vue.js allows you to check the cryptocurrency exchange rate.
- Host: GitHub
- URL: https://github.com/neckitwin/cryptoexchange
- Owner: NeckitWin
- Created: 2024-03-04T01:01:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T01:08:26.000Z (over 2 years ago)
- Last Synced: 2025-03-17T12:37:58.252Z (over 1 year ago)
- Language: Vue
- Size: 124 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crypto Exchange by Neckitwin
The application is written in Vue.js and has features for displaying the exchange rates of cryptocurrencies.
preview: https://neckitwin.github.io/CryptoExchange/
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```