Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bibibala/quasar-webpack-ts

Configuration of the use of quasar, including icons, pinia, axios, packaging optimization, encapsulation of common tools, etc
https://github.com/bibibala/quasar-webpack-ts

pinia qrcode socket spa template typescript vue3 webpack3

Last synced: about 2 months ago
JSON representation

Configuration of the use of quasar, including icons, pinia, axios, packaging optimization, encapsulation of common tools, etc

Awesome Lists containing this project

README

        

# dms

## Install the dependencies

```bash
pnpm install
```

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

```bash
quasar dev
```

### Lint the files

```bash
pnpm run lint
```

### Format the files

```bash
pnpm run format
```

### Build the app for production

```bash
quasar build
```

### Customize the configuration

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