2.2.1 • Published 4 years ago

@startdt/next-overlay v2.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@startdt/next-overlay

Next 脚手架调试控制台

出现编译器错误或警告时,在浏览器中显示全屏覆盖。如果只想显示编译器错误:

// vue.config.js
module.exports = {
    devServer: {
        overlay: true,
    },
};

如果要同时显示警告和错误:

// vue.config.js
module.exports = {
    devServer: {
        overlay: {
            warnings: true,
            errors: true,
        },
    },
};
2.2.1

4 years ago

2.2.0

4 years ago

2.0.8

4 years ago

2.0.6

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago