@swissup/pwa-askit
v13.0.0
Published
It is pwa-studio integration with our [Askit Magento 2 extension](https://swissuplabs.com/product-question-extension-for-magento-2.html)
Downloads
31
Readme
@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
Installation
yarn add @swissup/pwa-askit
With github access
yarn add ssh://[email protected]:swissup/pwa-askit.git
For maintainers
mkdir -p pwa-studio-custom-packages/swissup
cd pwa-studio-custom-packages/swissup
git clone [email protected]: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
- In your pwa-studio project root open package.json
- Find "pwa-studio" section
- Add "trusted-vendors" section if not exist
- Add "@swissup" vendor to "trusted-vendors"
{
...
"pwa-studio": {
"targets": {
"intercept": "./local-intercept.js"
},
"trusted-vendors": [
"@swissup"
]
}
}