README
wc-article-review
Article review web component
Macro settings
| Key | Optional | Default | Description |
|---|---|---|---|
| article | false | The article with review information | |
| title_positive | true | 'Pros' | The positive title |
| title_negative | true | 'Cons' | The negative title |
JS Documentation
Themes
Prerequisites:
Demo:
Install dependencies:
npm install
Build the things:
npm run sass
npm run js
npm run docs
Hint your JS
npm run jshint
Python the pythons:
npm run demo-install
Start the demo server:
python demo.py