Files
EasyPlayerJs/demo/vuecli3/vue.config.js

7 lines
100 B
JavaScript
Raw Normal View History

2020-09-22 11:08:54 +08:00
module.exports = {
2021-01-13 10:33:01 +08:00
lintOnSave: false
2020-09-22 11:08:54 +08:00
// devServer: {
// proxy: "http://127.0.0.1:10800"
// }
}