Install FishtVue with Nuxt
Download
FishtVue is available for download on npm registry. The Nuxt module is included in the main package.
Module Configuration
In the nuxt.config file, add the fishtvue/module to the modules section and define the fishtvue object for the configuration of the module.
Theme
Configure the module to use a theme like Aura.
Verify
The fishtvue/module module registers the components automatically with tree-shaking support so you may start using them instantly.
Configuration
global
Determines whether components will be available globally.
mode
Specifies the mode of component operation (client/server/all).
prefix
Prefix for auto-imported components.
autoImport
Enable automatic component imports. Defaults to true.
disableGlobalStyles
Disable global styles. Defaults to false.
Next Steps
Welcome to the FishtVue Ecosystem! Once you have FishtVue up and running, we recommend exploring the following resources to gain a deeper understanding of the library.