6 lines
77 B
JavaScript
6 lines
77 B
JavaScript
// vue.config.js
|
|
module.exports = {
|
|
devServer:{
|
|
port:3000
|
|
}
|
|
} |