Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/root-kings/dumdum
https://github.com/root-kings/dumdum
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/root-kings/dumdum
- Owner: root-kings
- Created: 2020-06-23T09:11:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T05:29:03.000Z (about 4 years ago)
- Last Synced: 2023-03-04T10:38:28.849Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dumdum (dumdum)
Free compliments for you.
## 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).