wtm框架vue3.0+ts学习记录

文件说明(从底部向上):
1. tslint.json: ts规则配置文件
2. tsconfig.json: ts配置文件
3. README.md: 详细介绍了框架内容,需要细读
4. package.json: 项目引用的包配置
5. .gitignore: 不用说了
6. .eslintrc.js: ES规则配置文件
7. .DS_Store: MacOS显示需要
8. .babelrc: ES6转码器

文件说明(从底部向上):
1. tslint.json: ts规则配置文件
2. tsconfig.json: ts配置文件
3. README.md: 详细介绍了框架内容,需要细读
4. package.json: 项目引用的包配置
5. .gitignore: 不用说了
6. .eslintrc.js: ES规则配置文件
7. .DS_Store: MacOS显示需要
8. .babelrc: ES6转码器
