
Product
Introducing Custom Pull Request Alert Comment Headers
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
@pinegrow/quasar-module
Advanced tools
Pinegrow Quasar Module includes the Pinegrow Vite Plugin that enables connection and interaction between your Vite Dev-Server and Pinegrow apps (currently only Vue Designer).
Pinegrow Quasar Module provides customized visual controls, design panel for theming and other rich visual features customized for your Quasar experience.
Note:
@pinegrow/quasar-module
to your project# Using npm
npm install -D @pinegrow/quasar-module
# Using pnpm
pnpm add -D @pinegrow/quasar-module
@pinegrow/quasar-module
to your Quasar vitePlugins array quasar.config.js
//quasar.config.js
module.exports = configure(function (/* ctx */) {
return {
//... existing config
build: {
vitePlugins: [
[
require('@pinegrow/vite-plugin').liveDesigner,
{
quasar: {
/* Please ensure that you update the filenames and paths to accurately match those used in your project. */
configPath: 'quasar.config.js',
// themePath: false, // Set to false so that Design Panel is not used
// restartOnConfigUpdate: true,
restartOnThemeUpdate: true,
},
//... existing config
},
],
],
},
//...
}
})
Now, open your project in your Pinegrow app (currently only Vue Designer). ✨
Theme Customization (optional) - Pinegrow Quasar addon enables easy theming based on colors, fonts and background images. Theme files are saved at the location specified by the themePath
option (default: [src]/themes/pg-quasar/tokens.[cjs,mjs]). To use the theme, follow the instructions in the Config Panel of your Pinegrow app (currently only Vue Designer) under @pinegrow/quasar-module
package.
interface PinegrowQuasarModuleOptions {
/**
* Absolute or relative path of the quasar configuration file.
*/
configPath: string | any
/**
* Absolute or relative path of the quasar theme file.
* @default 'src/themes/pg-quasar/tokens.[cjs,mjs]'
* @default 'themes/pg-quasar/tokens.[cjs,mjs]' // Nuxt
* Set to false to turn off theming via Design Panel
*/
themePath?: string | boolean
/**
* Restart on quasar config file updates
* @default false
*/
restartOnConfigUpdate?: boolean
/**
* Restart on quasar theme file updates
* @default false
*/
restartOnThemeUpdate?: boolean
}
interface PinegrowQuasarModule {
/**
* Pinegrow Quasar Module Options, added within liveDesigner in quasar config file
*/
quasar: PinegrowQuasarModuleOptions
}
Copyright (c) Pinegrow
FAQs
Pinegrow Quasar Module
The npm package @pinegrow/quasar-module receives a total of 0 weekly downloads. As such, @pinegrow/quasar-module popularity was classified as not popular.
We found that @pinegrow/quasar-module demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.