todomvc-react:使用React和Redux构建的TodoMVC

时间:2021-05-06 04:55:48
【文件属性】:
文件名称:todomvc-react:使用React和Redux构建的TodoMVC
文件大小:284KB
文件格式:ZIP
更新时间:2021-05-06 04:55:48
react redux testing todomvc JavaScript 使用React和Redux构建的TodoMVC 著名的TodoMVC以结构化和可测试的方式由React和Redux构建。 涵盖的概念和工具 用法 安装依赖项后,以下NPM脚本将变为可用: start :以开发模式在上启动应用程序 build :将用于生产的应用程序捆绑到build文件夹中 test :运行单元测试和端到端测试 test:unit :在带有*.spec.js后缀的src文件夹中使用Jest运行单元测试 test:e2e :在带有*.spec.js后缀的tests/e2e文件夹中,使用Cypress运行E2E测试 format :在src文件夹中使用Prettier格式化代码 lint :基于Airbnb的样式指南和Prettier配置的带有ESLint的lint文件 组件架构 应用程序与React devtools和Redux devtools兼容 系列 此实现是系
【文件预览】:
todomvc-react-master
----.eslintrc.json(1KB)
----public()
--------index.html(339B)
--------favicon.ico(1KB)
----src()
--------constants()
--------services()
--------store()
--------components()
--------setupTests.js(74B)
--------index.js(330B)
----images()
--------architecture.png(18KB)
--------screenshot.png(43KB)
----cypress.json(181B)
----CONTRIBUTING.md(2KB)
----.travis.yml(276B)
----LICENSE(1KB)
----.prettierrc(200B)
----README.md(3KB)
----tests()
--------plugins()
--------support()
--------e2e()
----CODE_OF_CONDUCT.md(3KB)
----.gitignore(329B)
----package-lock.json(962KB)
----package.json(2KB)

网友评论