ob-repository-synchronize/web
“xxq250” 2793a79fb5 日志增加时间显示,调整css 2022-08-11 15:54:11 +08:00
..
dist 日志增加时间显示,调整css 2022-08-11 15:54:11 +08:00
mock init push 2022-07-11 10:52:10 +08:00
public/assets init push 2022-07-11 10:52:10 +08:00
src 日志增加时间显示,调整css 2022-08-11 15:54:11 +08:00
.editorconfig init push 2022-07-11 10:52:10 +08:00
.prettierignore init push 2022-07-11 10:52:10 +08:00
.prettierrc init push 2022-07-11 10:52:10 +08:00
.umirc.ts init push 2022-07-11 10:52:10 +08:00
Dockerfile init push 2022-07-11 10:52:10 +08:00
Makefile init push 2022-07-11 10:52:10 +08:00
README.md init push 2022-07-11 10:52:10 +08:00
nginx.conf init push 2022-07-11 10:52:10 +08:00
package.json init push 2022-07-11 10:52:10 +08:00
tsconfig.json init push 2022-07-11 10:52:10 +08:00
typings.d.ts init push 2022-07-11 10:52:10 +08:00
yarn.lock init push 2022-07-11 10:52:10 +08:00

README.md

ob repository synchronize

Prepare

  • install nodejs
  • Recommand yarn instead npm

Develop

 yarn install // install dependency
 yarn start // run locally
 yarn dev // run without mock data
 yarn build // publish static files

Document