reposync/web
淮新 e7771e8f08 init 2024-04-10 14:32:49 +08:00
..
mock init 2024-04-10 14:32:49 +08:00
public/assets init 2024-04-10 14:32:49 +08:00
src init 2024-04-10 14:32:49 +08:00
.editorconfig init 2024-04-10 14:32:49 +08:00
.prettierignore init 2024-04-10 14:32:49 +08:00
.prettierrc init 2024-04-10 14:32:49 +08:00
.umirc.ts init 2024-04-10 14:32:49 +08:00
Dockerfile init 2024-04-10 14:32:49 +08:00
Makefile init 2024-04-10 14:32:49 +08:00
README.md init 2024-04-10 14:32:49 +08:00
nginx.conf init 2024-04-10 14:32:49 +08:00
package.json init 2024-04-10 14:32:49 +08:00
tsconfig.json init 2024-04-10 14:32:49 +08:00
typings.d.ts init 2024-04-10 14:32:49 +08:00
yarn.lock init 2024-04-10 14:32:49 +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