7 lines
73 B
JavaScript
7 lines
73 B
JavaScript
// vue.config.js
|
|
module.exports = {
|
|
devServer: {
|
|
port: 8081,
|
|
}
|
|
}
|