wepack
typescript
react ssr
code splitting
redux
graphql
style componentization
-
If you are using vscode, some plugins are recommended:
eslint
jslint
prettier
graphql
-
Please write code and commit in your personal local git branch
-
Please use
rebase
to merge branches, rather thanmerge
, steps:git add .
git commit -m "message" (your own branch)
git checkout dev
git pull origin dev
git checkout your branch
git rebase dev
git checkout dev
git merge your branch
git push origin dev