Error Messages:
ERROR in [eslint] ESLint is not a constructor
ERROR in Error: Child compilation failed:
[eslint] ESLint is not a constructor
Solution: Turn off eslint validation at save time
(1) Add the following codes in [vue.config.js]: lintOnSave: false
(2) Then restartnpm run serve
, successfully!