Skip to content

Commit 7c91a18

Browse files
committed
chore: add link to configuration reference in the generated README.md
fixes vuejs#2519
1 parent 8f3c254 commit 7c91a18

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/@vue/cli/lib/util/generateReadme.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ module.exports = function generateReadme (pkg, packageManager) {
2727
'```',
2828
`${packageManager} install`,
2929
'```',
30-
printScripts(pkg, packageManager)
30+
printScripts(pkg, packageManager),
31+
'### Customize configuration',
32+
'See [Configuration Reference](https://cli.vuejs.org/config/).',
33+
''
3134
].join('\n')
3235
}

0 commit comments

Comments
 (0)