https://github.com/cryptobench/dapp-webapp
https://github.com/cryptobench/dapp-webapp
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cryptobench/dapp-webapp
- Owner: cryptobench
- Created: 2023-01-25T19:21:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T15:26:37.000Z (over 3 years ago)
- Last Synced: 2025-06-14T14:44:58.956Z (about 1 year ago)
- Language: Vue
- Size: 3.33 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dapps WebApp (frontend)
todo
## Install the dependencies
```bash
yarn
# or
npm install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
yarn dev
# or
npm run dev
```
### Lint the files
```bash
yarn lint
# or
npm run lint
```
### Format the files
```bash
yarn format
# or
npm run format
```
### Build the app for production
```bash
yarn build
# or
npm run build
```
### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-webpack/quasar-config-js).