We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d39eb commit d482e0bCopy full SHA for d482e0b
vue.config.js
@@ -7,6 +7,9 @@ function resolve(dir) {
7
}
8
9
const name = defaultSettings.title || 'vue Admin Template' // page title
10
+// If your port is set to 80,
11
+// use administrator privileges to execute the command line.
12
+// For example, Mac: sudo npm run
13
const port = 9528 // dev port
14
15
// All configuration item explanations can be find in https://cli.vuejs.org/config/
0 commit comments