Uncaught TypeError: Cannot assign to read only property 'exports' of object '#错误 解决方案 太久没启动 Vue,启动不知道咋的就报错了 据说是 export 和 import 共用了导致不兼容引起的 npm install babel-plugin-transform-es2015-modules-commonjs .babelrc 文件内新增 {“plugins”: [“transform-es2015-modules-commonjs”] }