Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/blackmarllbor0/building-materials-market-client

Client for API of the online store of building materials
https://github.com/blackmarllbor0/building-materials-market-client

axios cypress pinia quasar scss spa storybook typescript ui-testing vue3 vuerouter4

Last synced: 27 days ago
JSON representation

Client for API of the online store of building materials

Awesome Lists containing this project

README

        

# Builder materials market (builder-materials-market-client)

Client for API of the online store of building materials

## 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).