https://github.com/samuelvictorol/pixshop-web
backend link
https://github.com/samuelvictorol/pixshop-web
Last synced: 3 months ago
JSON representation
backend link
- Host: GitHub
- URL: https://github.com/samuelvictorol/pixshop-web
- Owner: samuelvictorol
- Created: 2024-02-18T05:10:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-28T18:26:59.000Z (about 1 year ago)
- Last Synced: 2025-01-06T08:35:30.919Z (5 months ago)
- Language: Vue
- Homepage: https://github.com/samuelvictorol/api-pixshop
- Size: 153 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pixshop (pixshop-web)
Pixshop
## 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).