Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 2.06 KB

README.md

File metadata and controls

56 lines (33 loc) · 2.06 KB

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

启动

yarn lint

风格检查

yarn test

单元测试

yarn build

打包

技术栈

核心:ReactReact HooksTypescript

路由:react-router

状态管理:unstated-next

不可变数据结构:immer

基础UI组件库:antd-mobile

css:sasscss moduleclassnames

字体图标库:iconfont

请求:swraxios

第三方库:react-useramda

单元测试 :jestreact-testing-library

代码风格 :eslintprettier

vs code插件:eslintprettierCode Spell Checker

工程化:huskypre-commitpretty-quickcommitlint

CI/CD:github actions