quasar中文文档 | quasar框架v2中文翻译. Contribute to liupao/quasar-docs-cn development by creating an account on GitHub.
docs docs(app-webpack): mention alias changes related to auto-generated ts… Nov 17, 2024 extras chore(extras): bump version => v1.16.13 Nov 6, 2024 icongenie feat(icongenie): switch from @hapi/joi to joi Apr 27, 2024 ui chore(ui): Bump version Nov 16, 2024 utils feat(vite-plug...
There have been reports that some part of TailwindCSS v2 breaks with current Quasar rules. In case you encounter difficulties with TailwindCSS v2, you can use v1 by installing the extension like this: quasar ext add tailwindcss@^1.0.0 Quasar CLI will retrieve it from NPM and install the ...
Spinning black holes in the centres of galaxies can release powerful magnetised jets. When the jets are observed at angles of less than a few degrees to the line-of-sight, they are called blazars, showing variable non-thermal emission across the electrom
Static Site Generator App Extension for Quasar v2, the Vue.js FrameworkA Quasar v2 App Extension to generate static site AKA JAMstack.🆕 Supports Vite since v4.4.0.This project was created to fill this Feature Request from Quasar.⚠️ Looking for Quasar v1 with Vue 2 ? See correspondin...
.github md res snap/gui src submodules testcases tests .gitignore .gitmodules CMakeLists.txt CONTRIBUTING.md LICENSE README.md README.rst SECURITY.md doxygen.conf.in README LGPL-3.0 license Security CQtDeployer Support the project We have a cqtdeployer extended supportsubscriptionon the Patrion ...
Quasar WYSIWIG GUI builder - SevenQGitLab,Website,DocsWYSIWIG Quasar GUI builderv1 Starter kitgithubStarter kit for quickly lifting your project from the ground up; includes public pages (Login, Register, Reset Password) with Cypress testing setup, Router & VUEX are present with a lot more ...
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your...
New major versions of q/app-vite and q/app-webpack (stable!) 📣Announcements·rstoenescu Sort by:Latest activity Label Filter Discussions The Qcards are not aligned. yyzai666askedMar 29, 2025inGeneral - Components / Directives / etc· Unanswered ...
By reading the tailwindcss docs I discovered how to work with third party libraries. So in my tailwind.css file loaded by the file called quasar.config.js (css: ['app.scss', 'tailwind.css']). Add this: @tailwind base; @tailwind components; .xyz-hidden { @apply hidden; } @tailwind ...