Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leonardomv94/otmaster-frontend

Quasar framework v2 Vue3 Axios Vuex
https://github.com/leonardomv94/otmaster-frontend

axios capacitor electron quasar-framework vuejs vuex4

Last synced: 2 days ago
JSON representation

Quasar framework v2 Vue3 Axios Vuex

Awesome Lists containing this project

README

        

# OtMaster (otmaster-frontend)

A Quasar Project
with Vue3 - Pinia - Axios

## Dashboard

![alt otmaster-dashboard](https://github.com/LeonardoMV94/otmaster-frontend/blob/main/otmaster-frontend.png?raw=true)

## Install the dependencies

```bash
yarn
```

### Start the app in development mode (hot-code reloading, error reporting, etc.)

### Port 12000

```bash
quasar dev
```

### Lint the files

```bash
yarn lint
```

### Format the files

```bash
yarn format
```

### Build the app for production

```bash
quasar build
```

### Build the app for production PWA

```bash
quasar build -m pwa
```

### Customize the configuration

See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).