文件名称:俱乐部经理客户
文件大小:582KB
文件格式:ZIP
更新时间:2024-03-01 16:57:36
TypeScript
俱乐部经理客户 该存储库包含Club Manager应用程序前端的代码。 该项目是通过。 可用脚本 在项目目录中,可以运行: yarn install 将所有必需的依赖项安装在node_modules目录中。 yarn start 在开发模式下运行应用程序。 打开在浏览器中查看。 如果进行编辑,页面将重新加载。 您还将在控制台中看到任何棉绒错误。 yarn run lint 运行ESLint以确保您的代码符合标准。 yarn run lint-style 运行StyleLint以确保Sass / CSS文件符合标准。 yarn run test 由于界面快速变化,我们目前未运行任何自动化的UI测试-尽管它们正在进行中! 运行此脚本将执行样板维护者所包含的任何预捆绑测试。 yarn build 构建生产到应用程序build文件夹。 它在生产模式下正确捆绑了React,并优化了构
【文件预览】:
club-manager-client-main
----package.json(2KB)
----.github()
--------ISSUE_TEMPLATE()
--------workflows()
----.stylelintrc.json(422B)
----LICENSE(1KB)
----src()
--------App.scss(293B)
--------images()
--------react-app-env.d.ts(40B)
--------views()
--------index.tsx(432B)
--------components()
--------App.tsx(825B)
--------setupTests.ts(255B)
--------index.css(372B)
----.eslintrc.js(516B)
----tsconfig.json(521B)
----.gitignore(2KB)
----.prettierrc.js(143B)
----public()
--------logo192.png(5KB)
--------manifest.json(492B)
--------robots.txt(67B)
--------index.html(2KB)
--------logo512.png(9KB)
--------favicon.ico(3KB)
----README.md(1KB)
----yarn.lock(579KB)
----.eslintignore(45B)
----.vscode()
--------settings.json(338B)