console/web
Medcl f43e453c7f
chore: update license header (#14)
Co-authored-by: Hardy <luohoufu@163.com>
2024-12-02 23:24:44 +08:00
..
config chore: update .gitignore for web 2024-12-02 14:22:32 +08:00
mock chore: update license header (#14) 2024-12-02 23:24:44 +08:00
src chore: update license header (#14) 2024-12-02 23:24:44 +08:00
static chore: update .gitignore for web 2024-12-02 14:22:32 +08:00
.gitignore chore: update license to agpl 2024-12-02 17:18:51 +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