文件名称:ts-monorepo
文件大小:717KB
文件格式:ZIP
更新时间:2024-03-05 05:19:09
TypeScript
TypeScript monorepo模板 特征 此仓库的主要重点是使IDE中的“ Go to definition功能正常工作,这意味着它在全新克隆后即可工作,而无需构建项目。 支持jest , typescript , lint , prettier , react 设置 此仓库使用和 。 我建议使用单色的yarn ,因为它易于设置 yarn install yarn lint yarn test yarn build yarn start 参考 使用以下博客文章中的内容作为起点:
【文件预览】:
ts-monorepo-main
----.gitignore(52B)
----package.json(867B)
----LICENSE(1KB)
----tsconfig.json(238B)
----packages()
--------components()
--------react-app()
--------shared()
----lerna.json(135B)
----.eslintrc.js(242B)
----.prettierrc.js(186B)
----README.md(930B)
----.eslintignore(13B)
----tsconfig.build.json(170B)
----yarn.lock(626KB)