Let’s provide your some introduction about the Storefrontui.

Storefront UI is developer-friendly, customization-first and performance oriented component library which helps you to make your design fast and easiest way to mobile friendly.

Let’s start the integration with the NuxtJs

  1. Install Storefrontui
    npm install --save @storefront-ui/vue
    # or
    yarn add @storefront-ui/vue --save
  2. Import Storefrontui css with your main NuxtJs configuration file.
    Path: <root>/nuxt.config.js
export default {
  ...,
  css: [ “@storefront-ui/vue/styles.scss” ]
}

#nuxt #storefront #vue #developer

How to Integrate Storefront UI with NuxtJs?
10.20 GEEK