Modules that setup standard Cloak conventions.
- Install with
yarn add @cloak-app/boilerplate
- Add to
nuxt.config
withbuildModules: ['@cloak-app/boilerplate']
Set these properties within cloak: { boilerplate: { ... } }
in the nuxt.config.js:
-
helpers
- An array of filenames to include from the helpers directory. By default, all helpers are included. Filename extensions are optional. -
excludedHelpers
- An array of filenames to exclude from the helpers directory. By default, this is empty. Filename extensions are optional. -
modules
- An array of filenames to include from the modules directory. By default, all modules are included. Filename extensions are optional. -
excludedModules
- An array of filenames to exclude from the modules directory. By default, this is empty. Filename extensions are optional. -
polyfills
- Array of polyfill.io keywords. For example,["default", "URL", "IntersectionObserver"]
. IfobjectFit
is included, will add the objectFitPolyfill for VueVisual on IE11. -
siteName
- The name of the site, used to generate<title>
, OG, and PWA tags.
- No polyfills are added by default
- Dropping support for Craft SSG generation with payloads
Run yarn dev
to open a Nuxt dev build of the demo directory.