Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pomxark/quasar-counter
- Owner: POMXARK
- Created: 2024-08-17T06:47:34.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-18T10:30:59.000Z (6 months ago)
- Last Synced: 2024-12-08T18:09:55.127Z (2 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).