todo-webapp:组件开发驱动的示例

时间:2021-03-22 12:13:26
【文件属性】:
文件名称:todo-webapp:组件开发驱动的示例
文件大小:471KB
文件格式:ZIP
更新时间:2021-03-22 12:13:26
TypeScript TODO应用 遵循组件开发驱动 可用脚本 在项目目录中,可以运行: npm start 在开发模式下运行应用程序。 打开在浏览器中查看它。 如果您进行编辑,则页面将重新加载。 您还将在控制台中看到任何棉绒错误。 npm test 在交互式监视模式下启动测试运行器。 有关更多信息,请参见关于的部分。 npm run build 构建生产到应用程序build文件夹。 它在生产模式下正确捆绑了React,并优化了构建以获得最佳性能。 生成被最小化,并且文件名包括哈希值。 您的应用已准备好进行部署! 有关更多信息,请参见关于的部分。 npm run test:e2e 使用启动端到端测试。 npm run storybook 启动以查看组件。
【文件预览】:
todo-webapp-master
----.gitignore(371B)
----package.json(3KB)
----src()
--------api()
--------mocks()
--------components()
--------react-app-env.d.ts(40B)
--------logo.svg(3KB)
--------containers()
--------App.scss(42B)
--------setupTests.ts(107B)
--------storybook.test.ts(77B)
--------__snapshots__()
--------index.css(366B)
--------hooks()
--------index.tsx(593B)
--------App.test.tsx(231B)
--------formatRelativeTime.ts(1KB)
--------serviceWorker.ts(5KB)
--------App.tsx(240B)
----cypress.json(41B)
----public()
--------index.html(2KB)
--------favicon.ico(4KB)
--------manifest.json(306B)
----tsconfig.json(503B)
----.github()
--------workflows()
----.prettierignore(43B)
----README.md(2KB)
----.eslintignore(72B)
----.gitpod.Dockerfile(573B)
----.storybook()
--------main.js(226B)
--------preview.js(75B)
--------preview-head.html(109B)
----.vscode()
--------launch.json(1KB)
----.loki()
--------.gitignore(19B)
--------reference()
----.editorconfig(207B)
----.prettierrc(78B)
----yarn.lock(768KB)
----.gitpod.yml(141B)
----cypress()
--------.eslintrc.json(118B)
--------.gitignore(23B)
--------integration()
--------support()
--------tsconfig.json(270B)
--------README.md(1KB)
--------plugins()
--------fixtures()

网友评论