| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
rave-amd-plugins is a RaveJS extension that adds the ability to use AMD plugins.
When using an ES6 loader, AMD plugins aren't the most efficient way to load non-module resources. However, refactoring to use ES6 loaders can be a hassle. rave-amd-plugins allows existing AMD code bases to start using RaveJS without immediate refactoring.
##Usage
Note: rave-amd-plugins is not intended to be used by application code directly. It is meant to be used and installed by other RaveJS extensions that provide AMD plugins.
For instance, installing any of the following RaveJS extensions will install rave-amd-plugins:
If you have authored an AMD plugin and want to make it available to RaveJS-based applications, you will need to create a RaveJS extension for your AMD plugin.
At the time this README was written, the process of creating a RaveJS extension is not documented. If you click on any of the existing extensions above, you will see that it's an extremely minor effort. However, keep in mind that RaveJS's extension API will change at least once between now and the release of version 1.0.
Here's all that an AMD plugin RaveJS extension needs to do:
To test the project via buster.js, simply type the following from the root of the project:
npm install npm test
Pull requests accepted! Please see Contributing.
Brought to you by cujoJS.
| Back | FazBrowse Home | New Git URL |