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

prestashop_accounts_vue_components

Package Overview
Dependencies
Maintainers
4
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prestashop_accounts_vue_components

## Community Service & PrestaShop X modules

  • 3.0.4-dev
  • npm
  • Socket score

Version published
Weekly downloads
690
decreased by-11.76%
Maintainers
4
Weekly downloads
 
Created
Source

prestashop_accounts_vue_components

Community Service & PrestaShop X modules

To work as a Community Service or as PrestaShop X, a module needs three parts:

module ps_accounts

  • Contains all the controllers

library npm

  • Contains all the vuejs components to manage onboarding

library composer

  • Wraps all the calls to ps_accounts
  • Contains all the Firebase logic

Installation

yarn

Usage

For view storybook run

yarn start-storybook

and go on local storybook or use online integration storybook

Storybooks

Storybook integration (trigger on PR labeled 'quality assurance needed'):

https://storybook-accounts.distribution-integration.prestashop.net/

Storybook production (trigger on push master/main) :

https://storybook-accounts.distribution.prestashop.net/

CDN

To load a hosted library, copy and paste the HTML snippet for that library (shown below) in your web page.

# To load version 1.4.2
<script src="https://storage.googleapis.com/prestashop-vuejs-cdn/accounts/1.4.2/prestashop_accounts_vue_components.min.js"></script>

# To load latest patched version 1.4 
<script src="https://storage.googleapis.com/prestashop-vuejs-cdn/accounts/1.4.x/prestashop_accounts_vue_components.min.js"></script>

# To load latest version
<script src="https://storage.googleapis.com/prestashop-vuejs-cdn/accounts/1.x.x/prestashop_accounts_vue_components.min.js"></script>

FAQs

Package last updated on 16 Dec 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