Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/blackmarllbor0/building-materials-market-client
- Owner: blackmarllbor0
- Created: 2023-09-30T16:53:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-19T10:22:44.000Z (about 1 year ago)
- Last Synced: 2023-10-19T11:31:39.592Z (about 1 year ago)
- Topics: axios, cypress, pinia, quasar, scss, spa, storybook, typescript, ui-testing, vue3, vuerouter4
- Language: Vue
- Homepage:
- Size: 1.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).