🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
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
Package was removed
Sorry, it seems this package was removed from the registry

nuxt-bigcommerce

BigCommerce Module for Nuxt.js

1.0.0
unpublished
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
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

  • Add nuxt-bigcommerce dependency to your project
yarn add nuxt-bigcommerce # or npm install nuxt-bigcommerce
  • 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 */
  }
}
  • 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

  • Clone this repository
  • Install dependencies using yarn install or npm install
  • Start development server using npm run dev

License

MIT License

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

Keywords

nuxt

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