Skip to content

Latest commit

 

History

History
77 lines (70 loc) · 5.38 KB

File metadata and controls

77 lines (70 loc) · 5.38 KB

Dynamics 365 Commerce online SDK samples

First time setup step:

For first time when you clone the repo, please run yarn command from the src/OnlineSDK directory to install all the dependencies required for the samples to run.

Running a Sample:

To run a sample, simply go into a sample from src/OnlineSDK/Samples/{Sample_Name} directory and run the following command: yarn start and follow the steps in the README.md file located at the root level of each sample.

Samples List

Module Samples

Data Action Samples

Theme Samples

  • Custom theme The custom theme includes below features
    • Adding module CSS properties to a theme's SCSS files
    • Create a custom theme
    • Module View Extensions & module definition extension
    • Clone a theme
    • Style Presets
    • Override a module library component in a theme
    • Configuring different layouts for a module in theme settings
    • Extend a theme from a base theme
    • Theme specific resource overrides
    • Module css optimization

Connector Samples

Extensibility Samples