Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nuxt-bigcommerce

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-bigcommerce

BigCommerce Module for Nuxt.js

  • 1.0.0
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

nuxt-module-template logo

nuxt-bigcommerce

npm version npm downloads Github Actions CI Codecov License

BigCommerce Module for Nuxt.js

📖 Release Notes

Setup

  1. Add nuxt-bigcommerce dependency to your project
yarn add nuxt-bigcommerce # or npm install nuxt-bigcommerce
  1. Add nuxt-bigcommerce to the modules section of nuxt.config.js
/// nuxt.config.js
{
  modules: [
    // Simple usage
    'nuxt-bigcommerce',

    // With options
    ['nuxt-bigcommerce', { /* module options */ }]
  ]
}

Or a separate section bigcommerce for module options:

// nuxt.config.js
{
  modules: [
    // Simple usage
    'nuxt-bigcommerce',
  ],
  bigcommerce: {
    /* all other options */
  }
}
  1. Test fetching data from BigCommerce
await this.$bigcommerce.product.getProductById(77);

Documentation

Move to the docs directory:

cd docs

Install dependencies and start the project in development mode:

yarn && yarn dev

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

License

MIT License

Copyright (c) Baroshem jakub.andrzejewski.dev@gmail.com

Keywords

FAQs

Package last updated on 14 Nov 2021

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