Open
Description
What problem does this feature solve?
Plugins and presets often need to add long-lasting generic information into a project, for example, a preset would add in deployment or configuration details to be done by developers outside of the Vue CLI.
What does the proposed API look like?
api.extendReadme(MarkDownFormattedString)
The readme would then generate a section based on the plugin/preset that inserted the string so that it can be included in the generated readme.md