chore
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -6,7 +6,6 @@ function resolve (dir) { | ... | @@ -6,7 +6,6 @@ function resolve (dir) { |
6 | } | 6 | } |
7 | const name = defaultSettings.title | 7 | const name = defaultSettings.title |
8 | const port = process.env.port || process.env.npm_config_port || 8888 // dev port | 8 | const port = process.env.port || process.env.npm_config_port || 8888 // dev port |
9 | |||
10 | // All configuration item explanations can be find in https://cli.vuejs.org/config/ | 9 | // All configuration item explanations can be find in https://cli.vuejs.org/config/ |
11 | module.exports = { | 10 | module.exports = { |
12 | /** | 11 | /** | ... | ... |
-
Please register or sign in to post a comment