reposync/web
IZUMI-Zu 50e3259693 chore: stop tracking .umi and update .gitignore 2025-07-14 23:29:47 +08:00
..
mock init 2024-04-10 14:32:49 +08:00
public/assets init 2024-04-10 14:32:49 +08:00
src chore: stop tracking .umi and update .gitignore 2025-07-14 23:29:47 +08:00
.editorconfig init 2024-04-10 14:32:49 +08:00
.gitignore chore: stop tracking .umi and update .gitignore 2025-07-14 23:29:47 +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