You are reading the documentation for Vue Storefront v2. See the latest docs.

Home > @vue-storefront/nuxt > ModuleOptions

ModuleOptions interface

Signature:

export interface ModuleOptions 

Properties

Property Modifiers Type Description
context? boolean (Optional)
coreDevelopment? boolean (Optional)
e2e? boolean (Optional)
i18nExtension? boolean (Optional)
logger? boolean (Optional)
performance? { httpPush?: boolean; purgeCSS?: PurgeCSSOptions; } (Optional)
sfui? boolean (Optional)
ssr? boolean (Optional)
useRawSource? { dev: string[]; prod: string[]; } (Optional)