An open API service indexing awesome lists of open source software.

https://github.com/dsx-tech/cryptosafekeeping

Cross Platform tool for safe work with cryptocurrencies wallets.
https://github.com/dsx-tech/cryptosafekeeping

Last synced: 2 months ago
JSON representation

Cross Platform tool for safe work with cryptocurrencies wallets.

Awesome Lists containing this project

README

        

# Quasar App (newapp)

A Quasar Framework app

## Install the dependencies
```bash
npm install
```

### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```

### Lint the files
```bash
npm run lint
```

### Build the app for production
```bash
quasar build
```

### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).