https://github.com/glistenstar/dackify
https://github.com/glistenstar/dackify
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/glistenstar/dackify
- Owner: GlistenSTAR
- Created: 2021-12-02T08:00:03.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-12T13:29:53.000Z (over 2 years ago)
- Last Synced: 2025-01-16T05:55:32.202Z (4 months ago)
- Language: Vue
- Size: 14 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Daclify frontend
This is the frontend for eosgroups.
See [eosgroups.io](https://eosgroups.io)## Install the dependencies
```bash
yarn
```### 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.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).