flozero / vuepress-plugin-docgen

auto docs generation for your components
https://f3ltron.github.io/vuepress-plugin-docgen/
MIT License
28 stars 3 forks source link

Any vuepress plugin should start with `vuepress-plugin-` #7

Closed elevatebart closed 5 years ago

elevatebart commented 5 years ago

We might have to change the name of the package to

vuepress-plugin-docgen

if we want to resolve it with string only.

today we have to configure it like so:

module.exports = {
  plugins: [
    [
      require("vuepress-component-docgen")
    ]
  ]
}

I would rather have this

module.exports = {
  plugins: [
    [
      'docgen'
    ]
  ]
}
flozero commented 5 years ago

It will be correct with the #1