Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emtudo/palavra-tempo
Palavra aleatória e letra aleatória
https://github.com/emtudo/palavra-tempo
Last synced: 26 days ago
JSON representation
Palavra aleatória e letra aleatória
- Host: GitHub
- URL: https://github.com/emtudo/palavra-tempo
- Owner: emtudo
- Created: 2023-03-02T00:53:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T01:31:57.000Z (almost 2 years ago)
- Last Synced: 2024-12-24T06:38:22.818Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://palavra-tempo.leandro.dev.br
- Size: 413 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Palavra Tempo (palavra-tempo)
Palavras e letras aleatorias
## Install the dependencies
```bash
yarn
# or
npm install
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```### Lint the files
```bash
yarn lint
# or
npm run lint
```### 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).