https://github.com/codeprometheus/mini-react
react-handwriting
https://github.com/codeprometheus/mini-react
Last synced: 4 months ago
JSON representation
react-handwriting
- Host: GitHub
- URL: https://github.com/codeprometheus/mini-react
- Owner: CodePrometheus
- Created: 2023-08-27T12:52:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T14:20:04.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T19:21:41.705Z (5 months ago)
- Language: TypeScript
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 1、环境初始
https://github.com/BetaSu/big-react/blob/master~~~shell
# eslint | -w 根目录安装
pnpm i -D -w typescript
pnpm i eslint -D -w
npm init @eslint/config
pnpm i -D -w @typescript-eslint/eslint-plugin @typescript-eslint/parser
npx eslint --init
pnpm i -D -w @typescript-eslint/esl
pnpm i prettier -D -w
pnpm i eslint-config-prettier eslint-plugin-prettier -D -wpnpm i husky -D -w
npx husky install
npx husky add .husky/pre-commit "pnpm lint"
npx husky add .husky/commit-msg "npx --no-install commitlint -e $HUSKY_GIT_PARAMS"pnpm i -D -w rollup
~~~:
- feat
- fix
- chore
- docs
- perf
- refactor
- test