
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
veui-loader
Advanced tools
This webpack loader helps you to automatically load theme modules at build time.
You can load peer style/script modules for any VEUI component by configuring loader options.
modules: [
{
package: 'veui-theme-dls',
fileName: '{module}.less'
},
{
package: 'veui-theme-dls',
fileName: '{module}.js',
transform: false
}
]
The above config means that two additional modules will be loaded for each component. eg. for Button.vue, it will load veui-theme-dls/components/button.less and veui-theme-dls/components/Button.js.
localeType: string | Array<string>
Default: 'zh-Hans'
To specify locale modules which are injected for each component. Support en-US and zh-Hans. Given an array, multiple locale modules will be injected.
globalType: Array<string>
An array of module paths that will be injected for every component.
modulesType: Array
An array that holds the peer module configs for each component.
packageType: string
The peer package name. It's usually the name of the theme package, like veui-theme-dls.
pathType: string
Default: 'components'
The path for component directory in the peer module.
fileNameType: string
Default: '{module}.css'
The template for the peer file name for the component. Must contain the placeholder {module}.
transformType: 'kebab-case' | 'camleCase' | 'PascalCase' | false
Default: 'kebab-case'
Transformation applied to the component name. The transformed module name will replace the {module} placeholder in fileName. Use false to suggest no transformation should be applied.
FAQs
webpack loader for VEUI.
We found that veui-loader demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.