- vue-class-component:强化 Vue 组件,使用 TypeScript/装饰器 增强 Vue 组件
- vue-property-decorator:在
vue-class-component上增强更多的结合 Vue 特性的装饰器 - ts-loader:TypeScript 为 Webpack 提供了
ts-loader,其实就是为了让webpack识别 .ts .tsx文件 - tslint-loader跟tslint:我想你也会在
.ts.tsx文件 约束代码格式(作用等同于eslint) - tslint-config-standard:
tslint配置standard风格的约束