Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zororaka00/crypto-converter
https://github.com/zororaka00/crypto-converter
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zororaka00/crypto-converter
- Owner: zororaka00
- Created: 2024-07-20T15:40:25.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T15:40:27.000Z (15 days ago)
- Last Synced: 2024-12-09T16:25:22.995Z (15 days ago)
- Language: Vue
- Homepage: https://www.crypto-converter.xyz
- Size: 322 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crypto Converter (converter)
Crypto Converter
## Install the dependencies
```bash
yarn
# or
npm install
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```### Build the app for production
```bash
quasar build
```### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).