vue-cli-plugin-quasar
vue-cli-plugin-quasar copied to clipboard
Quasar Framework Vue CLI plugin
This is a general comment I have about most project readme files which are show below the code in a github project. The first thing is usually usage or install....
TypeScript error in main.ts: "Could not find a declaration file for module './quasar-user-options'."
**Describe the bug** I have a Vue Cli project using TypeScript and the Quasar Plugin. After installing the plugin I get this TypeScript error in `main.ts`: > Could not find...
**Describe the bug** Not sure this is a but or rather some problem with my setup. During the building of a docker image from my projet I get a `Cannot...
**Is your feature request related to a problem? Please describe.** In my case it followed a symlink to the parent project and overwrote the favicon there **Describe the solution you'd...
I'm using single-spa and importing a Vue app with Quasar plugin. I'm trying to make quasar external (loading it via umd bundle), but the plugin won't allow me. I tried...
Yarn V2 in PNP mode refuses access to packages which are not listed as a dependency. Details: https://yarnpkg.com/advanced/rulebook#packages-should-only-ever-require-what-they-formally-list-in-their-dependencies **What kind of change does this PR introduce?** (check at least one)...
- [x] Feature **Does this PR introduce a breaking change?** (check one) - [x] No If yes, please describe the impact and migration path for existing applications: **The PR fulfills...
**Describe the bug** I started getting the following error during both of `dev` and `build` runs. The error appears in every `.ts` file, where I have anything imported from `'quasar'`....
**Describe the bug** When setting up a Vue application using the Vue CLI, users are given the option to install either [node-sass](https://github.com/sass/node-sass) or [dart-sass](https://github.com/sass/dart-sass). When installing Quasar with the Vue...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Add to your app.ts ```ts import { Dialog, Notify, Quasar, type QuasarPlugins } from 'quasar';...