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: 3 months ago
JSON representation
https://www.youtube.com/watch?v=PjCqsf87Z1Y
- Host: GitHub
- URL: https://github.com/pomxark/quasar-counter
- Owner: POMXARK
- Created: 2024-08-17T06:47:34.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T10:30:59.000Z (almost 2 years ago)
- Last Synced: 2025-07-19T18:47:06.631Z (11 months ago)
- Topics: js, quasar-framework, quasar2, ssg, vercel
- Language: JavaScript
- Homepage: https://pomxark.github.io/quasar-counter/
- Size: 1.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).