Skip to content

[Feedback] Please consider making the Getting Started page more friendly #2141

@ianthedev

Description

@ianthedev

The Getting Started page is currently not friendly to every web developer.

The good old way of including a plugin through the script element such as the line below is familiar to all web developers; while the module and import means are not.

<script src="path/to/a/plugin.js"></script>

Not all web developers would want to include a plugin through the module and import means, especially when it's common to put all plugins in one single JavaScript file such as plugins.js to reduce http requests.

It's frustrating to try to start using the plugin within a limited time and only to find the Getting Started page talking abstrusely and not helpful.

Please consider making the Getting Started page more friendly by adding an example of using the plugin in the good old way. Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions