@evershop/productcomment
v1.0.2
Published
This is the source code for the EverShop extension development guide: [EverShop product comment extension](https://evershop.io/docs/development/module/create-first-extension).
Downloads
21
Readme
EverShop product comment extension
This is the source code for the EverShop extension development guide: EverShop product comment extension.
Installation
npm install @evershop/productcomment
Add the extension to your config/default.json
file:
{
"system": {
"extensions": [
{
"name": "productcomment",
"resolve": "node_modules/@evershop/productcomment",
"enabled": true
}
]
}
}