Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leonardomv94/otmaster-frontend
- Owner: LeonardoMV94
- Created: 2022-06-22T17:43:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T00:28:04.000Z (over 2 years ago)
- Last Synced: 2024-11-30T01:35:37.738Z (25 days ago)
- Topics: axios, capacitor, electron, quasar-framework, vuejs, vuex4
- Language: Vue
- Homepage:
- Size: 1.47 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).