console/web
luohoufu cc72e736f7
fix: update .gitignore for web/src/common
2024-12-02 14:30:00 +08:00
..
config chore: update .gitignore for web 2024-12-02 14:22:32 +08:00
mock chore: update .gitignore for web 2024-12-02 14:22:32 +08:00
src chore: update .gitignore for web 2024-12-02 14:22:32 +08:00
static chore: update .gitignore for web 2024-12-02 14:22:32 +08:00
.gitignore fix: update .gitignore for web/src/common 2024-12-02 14:30:00 +08:00
README.md chore: update .gitignore for web 2024-12-02 14:22:32 +08:00
package.json chore: update .gitignore for web 2024-12-02 14:22:32 +08:00
tsconfig.json chore: update .gitignore for web 2024-12-02 14:22:32 +08:00

README.md

运行环境

nvm install 16.17
cnpm install npm@6.14.13  

公共组件

cd src
git clone https://git.infini.ltd:64443/infini/common-ui.git common

运行

npm install
npm run build
npm run dev