Go to file
eleanor.mao 48f2c49c2b feat:
2025-06-03 00:03:08 +08:00
.husky feat: 2025-06-03 00:03:08 +08:00
config feat: 2025-06-03 00:03:08 +08:00
html feat: 2025-06-03 00:03:08 +08:00
mock feat: 2025-06-03 00:03:08 +08:00
public feat: 2025-06-03 00:03:08 +08:00
src feat: 2025-06-03 00:03:08 +08:00
tests feat: 2025-06-03 00:03:08 +08:00
未命名文件夹 feat: 2025-06-03 00:03:08 +08:00
.editorconfig feat: 2025-06-03 00:03:08 +08:00
.eslintignore feat: 2025-06-03 00:03:08 +08:00
.eslintrc.js feat: 2025-06-03 00:03:08 +08:00
.gitignore feat: 2025-06-03 00:03:08 +08:00
.prettierignore feat: 2025-06-03 00:03:08 +08:00
.prettierrc.js feat: 2025-06-03 00:03:08 +08:00
jest.config.ts feat: 2025-06-03 00:03:08 +08:00
jsconfig.json feat: 2025-06-03 00:03:08 +08:00
package.json feat: 2025-06-03 00:03:08 +08:00
pnpm-lock.yaml feat: 2025-06-03 00:03:08 +08:00
README.md feat: 2025-06-03 00:03:08 +08:00
tsconfig.json feat: 2025-06-03 00:03:08 +08:00

Environment Prepare

yarn

Start project

yarn start

Build project

yarn build

Check code style

yarn lint

You can also use script to auto fix some lint error:

yarn lint:fix

Test code

yarn test