https://github.com/danielvieiravega/instadev
https://github.com/danielvieiravega/instadev
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielvieiravega/instadev
- Owner: danielvieiravega
- Created: 2024-11-10T13:31:13.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-24T23:02:58.000Z (6 months ago)
- Last Synced: 2025-01-16T11:32:46.326Z (4 months ago)
- Language: Vue
- Size: 446 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instadev (instadev)
Course: https://www.udemy.com/course/formacao-programador-frontend-vuejs
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
```### Lint the files
```bash
yarn lint
# or
npm run lint
```### Build the app for production
```bash
quasar build
```### Customize the configuration
See [Configuring quasar.conf.js](https://v1.quasar.dev/quasar-cli/quasar-conf-js).