Skip to content

Latest commit

 

History

8 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

仓库 files navigation

Elder.js Plugin Template

If you are looking to write an Elder.js plugin we've setup this template to help streamline that process.

Recommended naming is elderjs-plugin- + your-plugin.

Below you'll find recommended minimal documenation.

Once you've got your plugin written, please drop us a PR to add it to Elderjs/plugins repo.


Elder.js Plugin: Your Plugin

Here is where you'd write an intro to your plugin.

Install

Here is where you'd want to include how to install your plugin.

npm i -s elderjs-plugin-your-plugin

Config

Here is where you want to outline the config options of your plugin.

Once installed, open your elder.config.js and configure the plugin by adding 'elder-plugin-your-plugin' to your plugin object.

plugins: {

  'elderjs-plugin-your-plugin': {
    ... your plugin options
  },

}

关于

Elder.js plugin template

Resources

Stars

2 stars

关注者

1 watching

复刻s

发布

贡献者

Languages