vue cli3 移除 typescript

  1. 删除依赖

yarn remove @vue/cli-plugin-typescript

yarn remove typescript

  1. 将所有 TS 文件改为 js 文件即可

你可能感兴趣的:(vue cli3 移除 typescript)