@swissup/pwa-askit

13.0.0 • Public • Published

@swissup/pwa-askit

It is pwa-studio integration with our Askit Magento 2 extension

What is AskIt?

Ask It is powerful Magento 2 products questions extension, that allows to create the discussion on the product page, CMS pages and even on the categories pages. The display of recently discussion block at any place of your store leads to better understanding your customers. The extension allows your visitors to help other people by answering their questions, that in future will improve the communication between your store buyers.

Here is the original module.

Magento PWA Studio Setup

Magento PWA Studio setup

Installation

yarn add @swissup/pwa-askit
With github access
 yarn add ssh://git@github.com:swissup/pwa-askit.git
For maintainers
 mkdir -p pwa-studio-custom-packages/swissup
 cd pwa-studio-custom-packages/swissup
 
 git clone git@github.com:swissup/pwa-askit.git
 cd pwa-askit
 pwd 

 # goto pwa project root dir 
 cd  ../../../pwa-studio-fundamentals
 
 yarn add file:[some path]/pwa-studio-custom-packages/swissup/pwa-askit
 yarn run watch 

Add @swissup to trusted vendors

  1. In your pwa-studio project root open package.json
  2. Find "pwa-studio" section
  3. Add "trusted-vendors" section if not exist
  4. Add "@swissup" vendor to "trusted-vendors"
{
    ...
    "pwa-studio": {
        "targets": {
          "intercept": "./local-intercept.js"
        },
        "trusted-vendors": [
          "@swissup"
        ]
    }
}

Package Sidebar

Install

npm i @swissup/pwa-askit

Weekly Downloads

1

Version

13.0.0

License

MIT

Unpacked Size

34.9 kB

Total Files

40

Last publish

Collaborators

  • 0m3rnpm
  • vovayatsyuk
  • swissuplabs