Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Create cli command line:

    • bin/magento get:product:list <simple> to get all 10 first simple product

    • bin/magento get:product:list <virtual> to get all 10 first virtual product

  • Create module and page with controller /showProductList

    • Write api to get 10 first simple product, return json type

    • Call api , use knockout js to display simple product

...