Home > @uniformdev/uniform-nuxt > UniformModuleOptions
UniformModuleOptions interface
Signature:
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(Optional) The host to be used when calling the API. 'https://uniform.app' | ||
|
boolean |
(Optional) Sets the default value of the user consent. false | ||
|
string |
(Optional) The host to be used when calling the Edge API. 'https://uniform.global' | ||
|
boolean |
(Optional) Enables the [Context DevTools](https://docs.uniform.app/context/getting-started/browser-extension) plugin. true | ||
|
(Optional) The Uniform Context manifest. This one is usually fetched right before the app is started using Uniform's CLI. Uniform Context won't be enabled if a manifest is missing. | |||
|
string |
(Optional) Set it to 'edge' when building the app for the edge using [NESI technology](https://docs.uniform.app/context/reference/netlify) 'standard' | ||
|
string |
(Optional) The path to the playground page, to live preview components and patterns. | ||
|
string |
The ID of the Uniform project you want to use in your app. | ||
|
string |
An API key that has read permissions to your Uniform project. ⚠️ Make sure the API key has only read access, because it's used in Nuxt's public runtime config | ||
|
string |
(Optional) The path to a file that exports a Unifrom Context instance as default. |