Skip to content

Commit d31e2a5

Browse files
committed
add entry to docs
1 parent 055b51e commit d31e2a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/build.md

+6
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ To use a custom webpack config file, add `--webpack [file]`
7878

7979
You can define CLI options in this file.
8080

81+
#### entry
82+
83+
Type: `string`
84+
85+
It's the first argument of `vue build` command, eg: `vue build entry.js`. You can set it here to omit it in CLI arguments.
86+
8187
#### port
8288

8389
Type: `number`<br>

0 commit comments

Comments
 (0)