mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-13 12:40:18 -05:00
chore: add link to configuration reference in the generated README.md
fixes #2519
This commit is contained in:
@@ -27,6 +27,9 @@ module.exports = function generateReadme (pkg, packageManager) {
|
||||
'```',
|
||||
`${packageManager} install`,
|
||||
'```',
|
||||
printScripts(pkg, packageManager)
|
||||
printScripts(pkg, packageManager),
|
||||
'### Customize configuration',
|
||||
'See [Configuration Reference](https://cli.vuejs.org/config/).',
|
||||
''
|
||||
].join('\n')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user