reposync/web
yjhjkcl ab1966410c issue 2025-07-17 09:27:41 +08:00
..
mock 2025-07-15 08:24:52 +08:00
node_modules issue 2025-07-17 09:27:41 +08:00
public/assets init 2024-04-10 14:32:49 +08:00
src issue 2025-07-17 09:27:41 +08:00
.editorconfig 2025-07-15 08:24:52 +08:00
.prettierignore 2025-07-15 08:24:52 +08:00
.prettierrc 2025-07-15 08:24:52 +08:00
.umirc.ts issue 2025-07-17 09:27:41 +08:00
Dockerfile 2025-07-15 08:24:52 +08:00
Makefile 2025-07-15 08:24:52 +08:00
README.md 2025-07-15 08:24:52 +08:00
nginx.conf 2025-07-15 08:24:52 +08:00
package-lock.json issue 2025-07-17 09:27:41 +08:00
package.json issue 2025-07-17 09:27:41 +08:00
tsconfig.json 2025-07-15 08:24:52 +08:00
typings.d.ts 2025-07-15 08:24:52 +08:00
yarn.lock issue 2025-07-17 09:27:41 +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