Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pomxark/quasar-counter

https://www.youtube.com/watch?v=PjCqsf87Z1Y
https://github.com/pomxark/quasar-counter

js quasar-framework quasar2 ssg vercel

Last synced: 12 days ago
JSON representation

https://www.youtube.com/watch?v=PjCqsf87Z1Y

Awesome Lists containing this project

README

        

# Quasar Counter (quasar-counter)

A Quasar Project

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

### 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.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).