rsilva/user-onboarding

Onboarding module by https://github.com/SilRodrigo for Magento 2

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:magento2-module

0.1.2 2023-03-25 18:53 UTC

This package is auto-updated.

Last update: 2024-06-25 21:54:17 UTC


README

UserOnboarding Module for Magento 2

Latest Stable Version License: MIT Packagist Packagist

This module allows you to create onboarding for any frontend part of your website.

Registration process

Frontend presentation

Setup

Magento 2 Open Source or Commerce edition is required.

Composer installation

Run the following composer command:

composer require rsilva/user-onboarding

Setup the module

Run the following magento command:

bin/magento module:enable Rsilva_Base Rsilva_UserOnboarding
bin/magento setup:upgrade

If you are in production mode, do not forget to recompile and redeploy the static resources.

Features

This module allows you to create onboarding for any frontend part of your website. It uses https://introjs.com/ lib.

Support

Send a Hi to rodrigo.sil91@gmail.com and I will try to help.

Author

  • Rodrigo Silva - Maintainer - GitHub followers

License

This project is licensed under the MIT License - see the LICENSE details.

That's all folks!