-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels