New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vtex/gatsby-source-vtex

Package Overview
Dependencies
Maintainers
51
Versions
891
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtex/gatsby-source-vtex

Gatsby source plugin for building websites using VTEX as a data source.

  • 1.5.21-avon.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
51
Created
Source

gatsby-source-vtex

Source plugin for creating your next store powered by VTEX.

Install

yarn add @vtex/gatsby-source-vtex

How to use

// In your gatsby-config.js
module.exports = {
  plugins: [
    // other plugins ...
    {
      resolve: '@vtex/gatsby-source-vtex',
      options: {
        maxNumPaths: 5000, // Max number of static paths to source
        tenant: STORE_ID, // VTEX account name
        environment: 'vtexcommercestable', // VTEX env
        workspace: 'master', // VTEX IO workspace
      }
    },
  ],
}

How to contribute

Feel free to open issues in our repo. Also, there is a general contributing guideline in there

FAQs

Package last updated on 17 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc