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.
- Host: GitHub
- URL: https://github.com/dsx-tech/cryptosafekeeping
- Owner: dsx-tech
- License: mit
- Created: 2020-02-13T13:51:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T10:56:47.000Z (over 2 years ago)
- Last Synced: 2025-01-19T22:41:46.937Z (4 months ago)
- Language: JavaScript
- Size: 1.84 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).