1.0.2 • Published 2 years ago

@evershop/productcomment v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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
            }
        ]
    }
}