Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bibibala/quasar-webpack-ts
- Owner: bibibala
- Created: 2024-07-25T09:17:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-22T11:43:13.000Z (4 months ago)
- Last Synced: 2024-10-12T13:42:10.575Z (3 months ago)
- Topics: pinia, qrcode, socket, spa, template, typescript, vue3, webpack3
- Language: TypeScript
- Homepage: https://dazzling-cobbler-11beb4.netlify.app
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).