这是一个🍉闹钟,可以随时用来记录你的个人计划和生活琐事哦~
⚠: 目前可测试账号跟密码为
pppxxx
/pppxxx
,有意者可以先进入页面登陆然后就可以进行预览了
- React 16.12
- Antd 4.0.1
- Axios 库
- React-Router-Dom 5.1.2
- React-Redux 7.1.3
- Redux 4.0.5
- TypeScript 3.8.3
- History 4.10.1
- Lodash 4.14
yarn install
npm i -D
由于是使用 create-react-app
生成的项目,在运行命令之前可参考 package.json
中的 scripts
选项
"scripts": {
"predeploy": "yarn build",
"deploy": "npx gh-pages -d build",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
}
yarn start
yarn build
yarn run deploy