随笔分类 -  vue

摘要:tsconfig.json文件中,增加配置如下即可 { "compilerOptions": { "outDir": "./" }, "exclude": ["node_modules", "dist"] } 阅读全文
posted @ 2022-01-13 15:07 CorningVV 阅读(2720) 评论(0) 推荐(0)
摘要:文件说明(从底部向上): 1. tslint.json: ts规则配置文件 2. tsconfig.json: ts配置文件 3. README.md: 详细介绍了框架内容,需要细读 4. package.json: 项目引用的包配置 5. .gitignore: 不用说了 6. .eslintrc 阅读全文
posted @ 2022-01-09 20:09 CorningVV 阅读(226) 评论(0) 推荐(0)