marketplaces-sdk-soc2

0.1.3 • Public • Published

MarketPlaces SDK

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Project Usage

This package consists of reusable components and vuex store.

Available Components

  • marketplaceDiscussion

Available States

  • marketplaceDiscussionStore
  • marketplaceOrganizationStore
  • marketplaceUserStore

Usage of States

To use the vuex store from the package, your project should declare them as plugins in the store of your project.

For example if you want to use user state from the package,

store/index.js

import { marketplaceUserStore } from "marketplaces-sdk-soc2"

export default new Vuex.Store({
  modules: {
  },
  plugins: [marketplaceUserStore]
})

Note: User can use these states only after logging in. This is because, Soc2 application is expecting some information at the time of making API calls which will be set only on login.

Readme

Keywords

none

Package Sidebar

Install

npm i marketplaces-sdk-soc2

Weekly Downloads

1

Version

0.1.3

License

none

Unpacked Size

40 kB

Total Files

18

Last publish

Collaborators

  • babymanisha